- Install Conan first. On Ubuntu that is for example via
pip3 install conan
- Then initialize Conan via
conan profile detect
- And proceed into one of the folders:
- CMake_example for example with CMake
- Makefile_example for example with Makefile
- ConanPy_example for example with more complex
conanfile.py
of package creation