Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DIMEcoin l community take over l updated everyday
by
ghudf85
on 07/07/2017, 12:15:42 UTC


How to compile  DIME wallet for linux from source code:
watch video youtube
https://github.com/coins7ex/dimecoin

(During compiling

if you get an error:

alert.cpp:268:1: fatal error: opening dependency file obj/alert.d:
No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1

please use command:

mkdir obj

and next:

make -f makefile.unix "USE_UPNP=-"

if you have later second error:

g++: /coins7ex/dimecoin/src/leveldb/libmemenv.a: No such file or
directory
make: *** [dimecoind] Error 1

please open leveldb and use command:

make libleveldb.a libmemenv.a

and go back to compiling.)

Do it yourself!  Wink Wink Wink