We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5774ec7 commit 01f5dbaCopy full SHA for 01f5dba
install-scripts/install-debian.sh
@@ -7,7 +7,7 @@ apt update -y
7
apt install -y curl
8
9
# Install general dependencies
10
-apt install -y git make build-essential
+apt install -y git make build-essential libgmp3-dev
11
12
# Install Rust and Cargo
13
curl https://sh.rustup.rs -sSf | sh -s -- -y
0 commit comments