Skip to content

Commit 01f5dba

Browse files
Add gmp
1 parent 5774ec7 commit 01f5dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-scripts/install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apt update -y
77
apt install -y curl
88

99
# Install general dependencies
10-
apt install -y git make build-essential
10+
apt install -y git make build-essential libgmp3-dev
1111

1212
# Install Rust and Cargo
1313
curl https://sh.rustup.rs -sSf | sh -s -- -y

0 commit comments

Comments
 (0)