Post
Topic
Board Announcements (Altcoins)
Re: [ANN][BLC] Blakecoin fast blake-256 Alt Coin for CPU/GPU/FPGA
by
BlueDragon747
on 07/10/2013, 16:19:10 UTC
Can someone provide a tutorial to make it work on Linux ?

for ubuntu 12.04 I build as follows

sudo apt-get update

sudo apt-get install -y git-core build-essential libssl-dev libboost-all-dev libdb5.1-dev libdb5.1++-dev libgtk2.0-dev libminiupnpc-dev qt4-qmake mingw32 synaptic qt-sdk qt4-dev-tools libqt4-dev libqt4-core libqt4-gui libdb++-dev

blakecoind:
sudo make -f makefile.unix clean
sudo make -f makefile.unix USE_UPNP=1


Doesn't work because of levelDB.
Code:
/tmp/Blakecoin/src# make -f makefile.unix USE_UPNP=0
Building LevelDB ...
make[1]: Entering directory `/home/tmp/Blakecoin/src/leveldb'
make[1]: *** No rule to make target `libleveldb.a'.  Stop.
make[1]: Leaving directory `/home/tmp/Blakecoin/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2

Same with upnp 0 or 1 or none.

Tried this afternoon to build this with the Feathercoin leveldb directory, same trouble.
Tested on Debian Wheezy, SID and Ubuntu 12.something.

here is the leveldb from the dev build

Edit: fixed issue on Github

one of the makefiles needs a fix I think will look into it