用户工具

站点工具


zh:notes:install_svinet

Install svinet

Operation System

CentOS 5.8(64 bits)

Install gsl, gcc-c++ and unzip

> yum install gsl-devel
> yum install gcc-c++
> yum install unzip

Download svinet

> wget https://github.com/premgopalan/svinet/archive/master.zip
> unzip master.zip
> mv svinet-master svinet
> rm -f master.zip

Install svinet

> cd svinet
> chmod u+x configure
> ./configure
> make
> make install

The svinet will be installed the directory /usr/local/bin by default.

zh/notes/install_svinet.txt · 最后更改: 2022/06/30 11:34 由 pzczxs