External libraries

External libraries needed to compile project.

Libraries used in project

1. GNU Scientific Library

gnu_logo.jpg

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:

  1. Download latest release of GSL (link).
  2. Type ./configure && make && make install