sigmap
sigmap copied to clipboard
install step
-
Make sure you have GCC version > 8 http://mirror.linux-ia64.org/gnu/gcc/releases/ tar -xzvf gcc-version.tar.gz cd gcc-version ./contrib/dowload_prerequisites mkdir build cd build ../configure -enable-checking=release -enable-languages=c,c++ -disable-multilib make make install
-
install sigmap by following commands git clone --recursive https://github.com/haowenz/sigmap.git cd sigmap make