If so which version of Ubuntu, any tips etc?
I get the following when running make on Ubuntu 14.04. I believe I have my path set correctly.
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -msse2 -fopenmp -pthread -fno-strict-aliasing -I./compat/jansson -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -g -O2 -MT ccminer-cpu-miner.o -MD -MP -MF .deps/ccminer-cpu-miner.Tpo -c -o ccminer-cpu-miner.o `test -f 'cpu-miner.c' || echo './'`cpu-miner.c
cpu-miner.c:39:26: fatal error: cuda_runtime.h: No such file or directory
#include
SOLVED
I managed by modifying 2 files :
"cpu-miner.c" line 39, change #include
#include
"cryptonight.h" line 2, change #include
#include
then,
make