It just needs cloned, then make, yeah? I assume I'm missing some dependencies. Error on Mint 17.2:
log.c:25:3: warning: format not a string literal and no format arguments [-Wformat-security]
printf(timebuf);
^
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c net.c -o net.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c minerutils.c -o minerutils.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c gpu.c -o gpu.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c main.c -o main.o
main.c:9:23: fatal error: stdatomic.h: No such file or directory
#include
^
compilation terminated.
Google says I have to old a version of GCC maybe? I'm running 4.8.2.