Conan.io package for GSL library.
The packages generated with this conanfile can be found in conan.io.
conan export anonymouz/stable
conan upload gsl/2016-01-04@anonymouz/stable --all
Download conan client from Conan.io and run:
conan install gsl/2016-01-04@anonymouz/stable
If you handle multiple dependencies in your project is better to add a conanfile.txt
[requires]
gsl/2016-01-04@anonymouz/stable
Complete the installation of requirements for your project running:
conan install .