funkshelper / woodcoin

GNU General Public License v3.0
7 stars 12 forks source link

Install Failure #8

Open Lvl4Sword opened 2 years ago

Lvl4Sword commented 2 years ago

Did apt install libboost-all-dev and make -f makefile.unix and am receiving the following error on Ubuntu 20.04 LTS:

In file included from db.cpp:6: db.h:14:10: fatal error: db_cxx.h: No such file or directory 14 | #include | ^~~~~~ compilation terminated. make: *** [makefile.unix:177: obj/db.o] Error 1

Which makes it impossible to actually make.

Pamenarti commented 2 years ago

cd ~/woodcoin/src
make -f makefile.unix clean
make -f makefile.unix```