While installing dependencies for compiling an altcoin wallet on VPS for run a Masternode - using Ubuntu 16 I run into this fatal error
In file included from alert.h:9:0,
from alert.cpp:5:
serialize.h:19:48: fatal error: boost/type_traits/is_fundamental.hpp: No such file or directory
compilation terminated.
makefile.unix:200: recipe for target 'obj/alert.o' failed
whilst installing dependencies - the installation gets stuck on the last line - command not found
:~/Rupee-Core/src# libdb++-dev libboost-all-dev libcrypto++-dev libqrencode-dev libminiupnpc-dev
libdb++-dev: command not found
root@RUP2:~/Rupee-Core/src# libgmp-dev libgmp3-dev autoconf autogen automake libtool
does anybody have a suggestion what I could do to resolve this?