cpuminer build fix for Linux Mint 15 Cinnamon


SUBMITTED BY: Guest

DATE: June 5, 2013, 9:25 p.m.

FORMAT: Text only

SIZE: 714 Bytes

HITS: 1480

  1. I ran into trouble building cpuminer in Linux Mint 15 (64 bit) Cinnamon. Everything was fine until I got to configuring CPFLAGS. It wouldnt take and it was annoying because that is the last step. Here is my solution. This can be done whether your are currently stuck on this step or you are about to do the entire build.
  2. sudo apt-get install make automake build-essential git
  3. sudo apt-get install libcurl4-openssl-dev
  4. git clone git://github.com/pooler/cpuminer.git
  5. cd cpuminer
  6. ./autogen.sh
  7. ./configure CPPFLAGS=''
  8. make
  9. Then of course just point your miner at your pool of choice:
  10. ./minerd --url http://whatever.poolyouwant.com:Port/ --userpass USERNAME:password

comments powered by Disqus