Skip to content

Commit

Permalink
Added installation of libgmp-dev as it is required for nexapow.
Browse files Browse the repository at this point in the history
Co-Authored-By: Reggerriee <[email protected]>
  • Loading branch information
xiaolin1579 and Reggerriee committed Oct 18, 2023
1 parent c2f483b commit a2b6f0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-ubuntu-20.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rm packages-microsoft-prod.deb

# install dev-dependencies
sudo apt-get update; \
sudo apt-get -y install dotnet-sdk-6.0 git cmake build-essential libssl-dev pkg-config libboost-all-dev libsodium-dev libzmq5
sudo apt-get -y install dotnet-sdk-6.0 git cmake build-essential libssl-dev pkg-config libboost-all-dev libsodium-dev libzmq5 libgmp-dev

(cd src/Miningcore && \
BUILDIR=${1:-../../build} && \
Expand Down
2 changes: 1 addition & 1 deletion build-ubuntu-21.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rm packages-microsoft-prod.deb

# install dev-dependencies
sudo apt-get update; \
sudo apt-get -y install dotnet-sdk-6.0 git cmake build-essential libssl-dev pkg-config libboost-all-dev libsodium-dev libzmq5
sudo apt-get -y install dotnet-sdk-6.0 git cmake build-essential libssl-dev pkg-config libboost-all-dev libsodium-dev libzmq5 libgmp-dev

(cd src/Miningcore && \
BUILDIR=${1:-../../build} && \
Expand Down
2 changes: 1 addition & 1 deletion build-ubuntu-22.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# install dev-dependencies
sudo apt-get update; \
sudo apt-get -y install dotnet-sdk-6.0 git cmake build-essential libssl-dev pkg-config libboost-all-dev libsodium-dev libzmq5
sudo apt-get -y install dotnet-sdk-6.0 git cmake build-essential libssl-dev pkg-config libboost-all-dev libsodium-dev libzmq5 libgmp-dev

(cd src/Miningcore && \
BUILDIR=${1:-../../build} && \
Expand Down

0 comments on commit a2b6f0b

Please sign in to comment.