conan-gsl

Conan.io package for GSL library.

The packages generated with this conanfile can be found in conan.io.

Export package

conan export anonymouz/stable

Upload packages to server

conan upload gsl/2016-01-04@anonymouz/stable --all

Basic setup

Reuse the packages

Download conan client from Conan.io and run:

conan install gsl/2016-01-04@anonymouz/stable

Project setup

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 .