Post
Topic
Board Announcements (Altcoins)
Re: [ANN][NEW]★[MINI]★[CPU mining] Minicoin | secure hashing, NO PREMINE| LAUNCHED!
by
instacalm
on 27/01/2014, 19:55: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

leveldb is broken in your source, so one can't compile on linux.

I've copied over leveldb from Metiscoin and compiling as we speak.