Created
November 2, 2014 14:42
-
-
Save bitzeny/b171d77fdf2056fba8e1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install build-essential | |
sudo apt-get install libtool autotools-dev autoconf | |
sudo apt-get install libssl-dev | |
sudo apt-get install libboost-all-dev | |
sudo apt-get install pkg-config | |
sudo add-apt-repository ppa:bitcoin/bitcoin | |
sudo apt-get update | |
sudo apt-get install libdb4.8-dev | |
sudo apt-get install libdb4.8++-dev | |
git clone https://github.com/bitzeny/bitzeny.git | |
cd bitzeny | |
./autogen.sh | |
./configure --without-miniupnpc --without-gui --disable-tests | |
make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment