Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
rgm108
on 08/08/2014, 13:39:19 UTC

Any build instructions for a noob available?
I only started working with linux in the last month or so. Got the ./autogen && configure && make methods pretty much sorted.
This is new to me using a "Unix Makefile"

Thanks in advance Smiley

you need cuda6.0
install jansson = https://jansson.readthedocs.org/en/2.6/gettingstarted.html#compiling-and-installing-jansson
export LD_LIBRARY_PATH="/usr/local/lib"

the just "make" in the bbr-cudaminer dir

Thanks for the help.
I'm getting a new error when I run make
Code:
cc1: error: unrecognized command line option ‘-std=gnu11’

I have upgraded gcc to v4.7. Still no luck.