Conan package recipe for libiio
-
Add bintray remote to the conan remotes:
conan remote add libiio_remote https://api.bintray.com/conan/tanshihaj/main
-
Use it in conan recipes or install it from command line:
-
inside
conanfile.py
:class MyFancyProgram(ConanFile): ... requires = ["libiio/0.16@tanshihaj/stable"]
-
using command line:
conan install libiio/0.16@tanshihaj/stable --build=libiio
-