Conan: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==References== * [https://conan.io/ Conan, the C / C++ Package Manager]") |
No edit summary |
||
Line 1: | Line 1: | ||
<source lang="bash"> | |||
yay -S conan | |||
pip install conan | |||
brew install conan | |||
</source> | |||
==References== | ==References== | ||
* [https://conan.io/ Conan, the C / C++ Package Manager] | * [https://conan.io/ Conan, the C / C++ Package Manager] | ||
* [https://conan.io/downloads.html Downloads] |
Revision as of 10:31, 24 April 2020
yay -S conan
pip install conan
brew install conan