I got my miner finally running. I'm using Qubes OS, which doesn't have Ubuntu templates, so I made it in Debian 8.
Had to do a few tricks in addition to this guide:
For Boost:
sudo ./b2 install
Otherwise it doesn't have rights to copy the files.
Before Steem cmake install package pkgconf sudo apt-get install pkgconf
then run pkgconf openssl
in the terminal. Otherwise cmake doesn't find openssl.
I need to uninstall Boost, because I keep getting this:
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<std::logic_error> >'
I tried both
sudo ./b2 uninstall
andsudo ./b2 remove
should I be doing some kind of
unmake