Browse Source

update bitcoin-sv-build

BuildTools 2 years ago
parent
commit
e6586d3783
1 changed files with 5 additions and 1 deletions
  1. 5 1
      options/bitcoin-sv.sh

+ 5 - 1
options/bitcoin-sv.sh

@@ -11,6 +11,10 @@ fi
 sudo apt-get update
 sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils -y
 sudo apt-get install libboost-all-dev libdb-dev libdb++-dev libminiupnpc-dev libgoogle-perftools-dev libzmq3-dev -y
+cd depends
+make download
+make
+cd ..
 ./autogen.sh
-./configure
+CONFIG_SITE=/home/wareck/bitcoin-sv/depends/x86_64-pc-linux-gnu/share/config.site ./configure
 make