Need to cmake .. from build dir, not cmake in the main src dir. Also please try only cmake with the new options first, before you modify the makefile.
Tried it. Did not help.
The binary daemon itself does not start.
./intensecoind: error while loading shared libraries: libboost_system.so.1.64.0: cannot open shared object file: No such file or directory
Install
http://www.boost.org/users/history/version_1_64_0.html./intensecoind
Illegal instruction
Please try this version, built with -DSTATIC=1 -DPORTABLE=1 in cmake, and also modified CXX_FLAGS in CMakeLists.txt to have -mno-sse4.1 and -mno-sse4.2:
https://github.com/valiant1x/intensecoin/releases/download/v1.0/intensecoin-miner-linux64.tar.gzIf that doesn't work for you, please provide the output of this command:
cat /proc/cpuinfo | grep -m1 'flags'