Here is the error I get compiling in Linux
hash.h:14:20: fatal error: blake2.h: No such file or directory
#include "blake2.h"
^
compilation terminated.
make: *** [obj/alert.o] Error 1
You need to compile this
https://blake2.net/libb2-0.97.tar.gz and then add that line posted by ocminer
Where do I find these? There not in the blake2 package.
/root/octane/src/hash.h:35: undefined reference to `blake2s_final'
/root/octane/src/hash.h:33: undefined reference to `blake2s_init'
/root/octane/src/hash.h:34: undefined reference to `blake2s_update'
You have to modify your makefile.unxi:
LIBS+= \
-Wl,-B$(LMODE2) \
-l z \
-l dl \
-l pthread \
-Wl,-rpath,/usr/local/include -L/usr/local/include -lb2