Post
Topic
Board Altcoin Discussion
Re: [ANN] The First coin of 2014 (AHC) AnHeroCoin !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
by
Foamy
on 01/01/2014, 04:38:32 UTC
Is there an easy way to compile any random wallet from the GIT on Xubuntu 13.10?
I tried that during the Moon launch when multipool died. But I didn't succeed before another pools came online, so I just went to them.
It seemed I needed some packages which weren't from the repo and/or were replaced by newer but incomplete versions. Huh

You have to have the proper dependencies installed

You can try
Code:
$sudo apt-get install build-esssential libboost-dev libdb48-dev libopenssl-dev libdb++-dev git qt-sdk
You may have to find versions that work on your specific build

Then
Code:
git clone https://github.com/anherocoin/AnHeroCoin
followed by
Code:
cd AnHeroCoin/src
make -f makefile.unix USE_UPNP=-