Hey can you help I keep getting an error "Unable to find boost libraries" when I run this command to build steem;
cmake -DBOOST_ROOT="$BOOST_ROOT" -DCMAKE_BUILD_TYPE=Release .
make
I have the library root and dir set in my .bashrc file for the environment variables but I am still getting this error.
export BOOST_ROOT=$HOME/boost_1_60_0
export BOOST_LIBRARYDIR=$HOME/boost_1_60_0/lib
can you help here, do I need to set some more environment variable?
RE: How to build STEEM and mine on Ubuntu LTS