Conan: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
Line 16: Line 16:
==References==
==References==
* [https://conan.io/ Conan, the C / C++ Package Manager]
* [https://conan.io/ Conan, the C / C++ Package Manager]
* [https://github.com/memsharded/hello Conan Hello World]
* [https://conan.io/downloads.html Downloads]
* [https://conan.io/downloads.html Downloads]
* [https://github.com/memsharded/hello Conan Hello World]

Revision as of 12:00, 24 April 2020

yay -S conan
pip install conan
brew install conan
mkdir build; cd build
conan install ..
conan info ..
conan search ..
conan search zlib/1.2.8@lasote/stable
conan .. -G "Visual Studio 14 Win64"

References