用户工具

站点工具


zh:notes:install_svinet

这是本文档旧的修订版!


安装svinet

系统环境

CentOS 5.8(64 bits)

安装gsl和g++库

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

下载并安装svinet

> wget https://github.com/premgopalan/svinet/archive/master.zip
> unzip master
> mv svinet-master svinet
> cd svinet
> chmod u+x configure
> ./configure
> make
> make install
zh/notes/install_svinet.1525006638.txt.gz · 最后更改: 2018/04/29 20:57 由 pzczxs