-
-
Save patricklodder/10969992 to your computer and use it in GitHub Desktop.
build for 12.10
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 update | |
sudo apt-get install git build-essential libtool autotools-dev autoconf libssl-dev pkg-config | |
sudo apt-get install libboost1.55-dev libboost-chrono1.55-dev libboost-filesystem1.55-dev libboost-program-options1.55-dev libboost-system1.55-dev libboost-test1.55-dev libboost-thread1.55-dev | |
sudo apt-get install libdb5.1++-dev | |
sudo apt-get install libminiupnpc-dev | |
## to include the QT GUI, also do: | |
sudo apt-get install libqt4-dev | |
sudo apt-get install libprotobuf-dev protobuf-compiler | |
sudo apt-get install libqrencode-dev | |
git clone https://github.com/dogecoin/dogecoin.git | |
cd dogecoin | |
./autogen.sh | |
./configure --with-incompatible-bdb | |
make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment