Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
14195293
Topic
1368785
Board
Mining (Altcoins)
Re: ethminer-0.9.41-genoil-1.x.x on Ubuntu 15.10
by
unitedminers
on
14/03/2016, 15:13:04 UTC
Quote from: davembg on March 07, 2016, 02:26:40 AM
#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?