Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DTC Promo Thread - Information is Money, Datacoin Implements These Words!
by
gigo
on 04/04/2014, 09:48:33 UTC
Hi!

Please, can you post some guide for compiling this? I'm not able to do that under Ubuntu 12.04.


So, here is very simplistic guide. It works on debian. I don't have ubuntu but since its based on debian, it should work as well.

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git build-essential g++ libboost-all-dev libdb++-dev libgmp-dev libssl-dev libminiupnpc-dev
git clone https://github.com/g1g0/datacoin-hp
cd datacoin-hp/src
make -f makefile.unix

Please don't skip cloning the git repo even if you've done it before - there are some fixes I pushed last night!!!
Let me know how it worked.
Best,

g