用户工具

站点工具


zh:notes:install_svinet

这是本文档旧的修订版!


Install 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.1598618975.txt.gz · 最后更改: 2020/08/28 20:49 由 pzczxs