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!
