gsl-config
Libraries and the header files for GSL development
Install
- All systems
-
curl cmd.cat/gsl-config.sh
- Debian
-
apt-get install libgsl0-dev
- Ubuntu
-
apt-get install libgsl0-dev
- Alpine
-
apk add gsl
- Arch Linux
-
pacman -S gsl
- 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
- Dockerfile
- dockerfile.run/gsl-config
- 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.