Post
Topic
Board Mining (Altcoins)
Re: ethminer-0.9.41-genoil-1.x.x on Ubuntu 15.10
by
davembg
on 14/03/2016, 16:14:30 UTC

#cryptopp
mkdir cryptopp && cd cryptopp
wget -O cryptopp562.zip http://downloads.sourceforge.net/project/cryptopp/cryptopp/5.6.2/cryptopp562.zip?r=&ts=1456766520&use_mirror=iweb
unzip cryptopp562.zip && rm cryptopp562.zip
#nano GNUmakefile  // add  "-fPIC" to the CXXFLAGS line so it reads: CXXFLAGS = -DNDEBUG -g -O2 -fPIC

make static dynamic -j2 && sudo make install
cd ~

What's cryptopp? Do I need it?

It's a cryptographic library that is required to mine Ethereum.
Furthermore, you need this SPECIFIC version, or you have to had-edit a cmake file.

I thought it would be easier to document installing the specific version that to edit the cmake file.