sigmap icon indicating copy to clipboard operation
sigmap copied to clipboard

install step

Open Saioyan opened this issue 3 years ago • 0 comments

  1. 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

  2. install sigmap by following commands git clone --recursive https://github.com/haowenz/sigmap.git cd sigmap make

Saioyan avatar Dec 02 '21 05:12 Saioyan