Following this tutorial by miner_n00b
http://www.reddit.com/r/DRKCoin/comments/1zg2c8/tutorial_how_to_set_up_a_darkcoin_p2pool_server/
Been able to fix a few errors compiling darkcoind, but I'm stuck on this one
tried googling, it, can't figure it out. Any ideas?
http://www.reddit.com/r/DRKCoin/comments/1zg2c8/tutorial_how_to_set_up_a_darkcoin_p2pool_server/
Been able to fix a few errors compiling darkcoind, but I'm stuck on this one
Code:
dark@dark-A7F:~/darkcoin/src$ make -f makefile.unix darkcoind
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/dark/darkcoin/src -I/home/dark/darkcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/dark/darkcoin/src/leveldb/include -I/home/dark/darkcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1
dark@dark-A7F:~/darkcoin/src$
tried googling, it, can't figure it out. Any ideas?