pooler / cpuminer

CPU miner for Litecoin and Bitcoin
https://bitcointalk.org/index.php?topic=55038.0
Other
2.79k stars 1.21k forks source link

Building on Ubuntu 16.04 #125

Closed reppolice closed 7 years ago

reppolice commented 7 years ago

Since it took me some effort, the prerequisites from a fresh install:

sudo apt-get install libcurl4-openssl-dev sudo apt-get install pkg-config sudo apt-get install eclipse-cdt-autotools

That last one is overkill, but considering how mysterious errors the absence of pkg-config was giving me, I thought more is not less :)

pooler commented 7 years ago

sudo apt-get install make libcurl4-openssl-dev should be enough. Add automake if you want to build from the git repo. See here for a build recipe.