fogo / conan-ogg

Conan recipe for Ogg library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Build status License: MIT

Ogg container format library package

Conan.io package for Ogg container format library

The packages generated with this conanfile can be found in Bintray.

Build packages

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.

Upload packages to server

$ conan upload ogg/1.3.3@fogofogo/stable --all

Reuse the packages

Basic setup

$ conan install ogg/1.3.3@fogofogo/stable

Project setup

If you handle multiple dependencies in your project is better to add a conanfile.txt

[requires]
ogg/1.3.3@fogofogo/stable

[options]
ogg:shared=True # False by default

[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.

License

MIT

About

Conan recipe for Ogg library

License:MIT License


Languages

Language:Python 78.5%Language:Shell 9.6%Language:C++ 6.4%Language:CMake 5.5%