这是本文档旧的修订版!
CentOS 5.8(64 bits)
> yum install gsl-devel > yum install gcc-c++ > yum install unzip
> wget https://github.com/premgopalan/svinet/archive/master.zip > unzip master.zip > mv svinet-master svinet > rm -f master.zip
> cd svinet > chmod u+x configure > ./configure > make > make install
默认svinet将被安装到/usr/local/bin。
评论