Skip to content

Instantly share code, notes, and snippets.

@patricklodder
Last active August 29, 2015 13:59
Show Gist options
  • Save patricklodder/10969992 to your computer and use it in GitHub Desktop.
Save patricklodder/10969992 to your computer and use it in GitHub Desktop.
build for 12.10
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