gsl-config

Libraries and the header files for GSL development

Install

All systems
curl cmd.cat/gsl-config.sh
Debian Debian
apt-get install libgsl0-dev
Ubuntu
apt-get install libgsl0-dev
Alpine
apk add gsl
Arch Arch Linux
pacman -S gsl
image/svg+xml Kali Linux
apt-get install libgsl-dev
CentOS
yum install gsl-devel
Fedora
dnf install mingw64-gsl
Windows (WSL2)
sudo apt-get update sudo apt-get install libgsl0-dev
OS X
brew install gsl
Raspbian
apt-get install libgsl0-dev
Docker
docker run cmd.cat/gsl-config gsl-config powered by Commando

gsl-devel

Libraries and the header files for GSL development

libgsl-dev

GNU Scientific Library (GSL) -- development package

The GNU Scientific Library (GSL) is a collection of routines for numerical analysis. The routines are written from scratch by the GSL team in C, and present a modern API for C programmers, while allowing wrappers to be written for very high level languages. This package contains the header files, static libraries and symbolic links that developers using GNU GSL will need. URL: http://www.gnu.org/software/gsl/

mingw32-gsl

Library for the win32 target

mingw64-gsl

Library for the win64 target

libgsl0-dev

GNU Scientific Library (GSL) -- development package

The GNU Scientific Library (GSL) is a collection of routines for numerical analysis. The routines are written from scratch by the GSL team in C, and present a modern API for C programmers, while allowing wrappers to be written for very high level languages. This package contains the header files, static libraries and symbolic links that developers using GNU GSL will need.

gsl

The GNU Scientific Library (GSL) is a modern numerical library for C and C++ programmers