Sunday, February 16, 2014

Compiling GSL/4.1 from GIT on CentOS 5

GSL/4.1  is a code construction tool. It will generate code in all languages and for all purposes. To compile GSL, do the followings

Prerequisites
# yum install pcre


Compilation
# git clone git://github.com/imatix/gsl
# cd gsl/src
# make
# sudo make install

To show command-line help
# ./gsl

No comments: