Showing posts with label Library (computing). Show all posts
Showing posts with label Library (computing). Show all posts

Tuesday, July 26, 2016

GSL (GNU Scientific Library): Installing on OS X

Command:

$ cd /tmp && mkdir gsl && cd gsl
$ curl ftp://ftp.gnu.org/gnu/gsl/gsl-latest.tar.gz > gsl.tgz
$ tar xf gsl.tgz && cd gsl-*
$ ./configure && make && sudo make install