Conan.io package for lksctp-tools project
The packages generated with this conanfile can be found in Bintray.
Download conan client from Conan.io and run:
$ python build.py
If your are in Windows you should run it from a VisualStudio console in order to get "mc.exe" in path.
$ conan upload lksctp-tools/1.0.17@bincrafters/stable --all
$ conan install lksctp-tools/1.0.17@bincrafters/stable
If you handle multiple dependencies in your project is better to add a conanfile.txt
[requires]
lksctp-tools/1.0.17@bincrafters/stable
[options]
lksctp-tools:shared=True # False
lksctp-tools:with_sctp=True # False (a tool when used with existing TCP binaries replaces TCP with SCTP.)
[generators]
txt
cmake
Complete the installation of requirements for your project running:
conan install .
Project setup installs the library (and all his dependencies) and generates the files conanbuildinfo.txt and conanbuildinfo.cmake with all the paths and variables that you need to link with your dependencies.