Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Ƀ+] BlakeBitcoin | Blake-256 | GPU | Merged Mined | 21Mil | No Premine
by
cinnamon_carter
on 12/06/2014, 01:07:38 UTC
you need the make file for level db

you can get it here if you don't have it

https://github.com/photonproject/photon/blob/master/src/leveldb/Makefile

cd /leveldb

sudo make libleveldb.a libmemenv.a

then compile the coin as normal on linux

Trying to compile from source from git repo and get the following error:

~/BlakeBitcoin/src $ make -f makefile.unix
Building LevelDB ...
make[1]: Entering directory `/BlakeBitcoin/src/leveldb'
make[1]: *** No rule to make target `libleveldb.a'.  Stop.
make[1]: Leaving directory `/BlakeBitcoin/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2

I've dealt with this once before with another coin by simply copying these files from another coin's source but would be interested in finding out why this happens.