用户工具

站点工具


zh:notes:install_svinet

这是本文档旧的修订版!


安装svinet

系统环境

CentOS 5.8(64 bits)

安装gsl、gcc-c++和unzip

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

下载svinet

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

安装svinet

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

默认svinet将被安装到/usr/local/bin

zh/notes/install_svinet.1564722485.txt.gz · 最后更改: 2019/08/02 13:08 由 pzczxs