Post
Topic
Board Announcements (Altcoins)
Re: [ANN][NEW]★[MINI]★[CPU mining] Minicoin | secure hashing, NO PREMINE| LAUNCHED!
by
TheRandomGuy
on 27/01/2014, 20:37:30 UTC
I have a problem for compil Minicoin on Ubuntu 12.04

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


An idea please ?


Thankkks Wink

do this:
Code:
cd minicoin
cd leveldb
wget https://github.com/bitcoin/bitcoin/raw/master/src/leveldb/Makefile
make
make libmemenv.a