src/net.cpp:19:22: fatal error: miniwget.h: No such file or directory
#include
^
compilation terminated.
make: *** [build/net.o] Error 1
You don't really need upnp. But if you do, install libminiupnpc-dev, then run
cp /usr/include/miniupnpc/* /usr/include/It should be included as
#include , not
#include .
As to that libboost_system.so.1.48.0: how you managed to link it without the libraries?
He got it from github.