conan 2
https://docs.conan.io/2/index.html
1. Installation
https://docs.conan.io/2/installation.html
Concepts
Conan profile that defines a configuration set like compilers/build configuration/ arch / shared/static libraries, …
conan profile detect --force: auto gen a profile based on current env
conan profile path default: store path
2. Consuming Package
2.1. Traditional
– Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version “1.3”) 618 …622