Created
December 20, 2013 22:28
-
-
Save Marak/8062641 to your computer and use it in GitHub Desktop.
building dogecoin on ubuntu 12.04
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 -y git-core build-essential libssl-dev libboost-all-dev libboost1.48-all-dev libdb5.1-dev libdb5.1++-dev libgtk2.0-dev | |
git clone https://github.com/dogecoin/dogecoin.git | |
cd dogecoin/src | |
make -f makefile.unix clean; make -f makefile.unix USE_UPNP= dogecoind |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment