Skip to content

Instantly share code, notes, and snippets.

@danalloway
Last active May 15, 2017 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save danalloway/ba2614d8cbc56216bd56 to your computer and use it in GitHub Desktop.
Save danalloway/ba2614d8cbc56216bd56 to your computer and use it in GitHub Desktop.
compile devcoin on ubuntu 14.04
sudo aptitude update && sudo aptitude safe-upgrade
sudo aptitude install build-essential python-software-properties autoconf libtool libssl-dev libboost-all-dev libdb4.8-dev libdb4.8++-dev
sudo aptitude add-apt-repository ppa:bitcoin/bitcoin
sudo aptitude install bitcoin
sudo aptitude build-dep bitcoin
cd ~
git clone https://github.com/coinzen/devcoin.git
cd devcoin/src
make -f makefile.unix USE_UPNP=-
@sidhujag
Copy link

You may not need to do the curl stuff now it was removed from the makefile and added as a linked lib.. just do an aptitude libcurl instead...

@danalloway
Copy link
Author

reworked everything using a different devcoin branch

@michelem09
Copy link

Line 11 should be cd devcoin/src/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment