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
The svinet will be installed the directory /usr/local/bin by default.