External libraries
External libraries needed to compile project.
Libraries used in project
1. GNU Scientific Library

Homepage: GNU Scientific Library
Licence: GNU General Public License
The GNU Scientific Library (GSL) is a collection of routines for numerical computing. The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting.
Installation:
Download package: libgsl0 and libgsldevel from Libs category.
or
Install manually:
- Download latest release of GSL (link).
- Type ./configure && make && make install