Skip to content

Instantly share code, notes, and snippets.

@Marak
Created December 20, 2013 22:28
Show Gist options
  • Save Marak/8062641 to your computer and use it in GitHub Desktop.
Save Marak/8062641 to your computer and use it in GitHub Desktop.
building dogecoin on ubuntu 12.04
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