If you get the following error when installing the Linux wallet after using
make -f makefile.unix
alert.cpp:273:1: fatal error: opening dependency file obj/alert.d: No such file or directory
}
^
compilation terminated.
makefile.unix:175: recipe for target 'obj/alert.o' failed
make: *** [obj/alert.o] Error 1
You will need to create the obj folder with below code
mkdir -p obj/zerocoin && chmod +x leveldb/build_detect_platform
then:
make -f makefile.unix
I hope this helps.
