pnoltes commented on code in PR #640: URL: https://github.com/apache/celix/pull/640#discussion_r1321859431
########## documents/building/README.md: ########## @@ -40,16 +40,62 @@ git clone --single-branch --branch master https://github.com/apache/celix.git ``` ## Building and installing -Apache Celix uses [CMake](https://cmake.org) as build system. CMake can generate (among others) makefiles. +Apache Celix can be build using [Conan](https://conan.io) as package manager/build system or by directly using +[CMake](https://cmake.org). -### Building and installing with preinstalled libraries +### Building Apache Celix using Conan The following packages (libraries + headers) should be installed on your system: * Development Environment * build-essentials (gcc/g++ or clang/clang++) * java or zip (for packaging bundles) * make (3.14 or higher) * git + * cmake (3.18 or higher) + * Conan (2 or higher) Review Comment: Indeed. I think it is good to promote conan 2. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org