Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 745 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 745 Bytes

Build Status Travis

Conan package recipe for libiio

How use recipe

  1. Add bintray remote to the conan remotes:

    conan remote add libiio_remote https://api.bintray.com/conan/tanshihaj/main
    
  2. 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