PengZheng commented on issue #635:
URL: https://github.com/apache/celix/issues/635#issuecomment-1708330308

   > is it planned to release also debian packages with the necessary libraries 
included to build bundles without installing the whole celix in the system?
   
   Currently, it is possible to select only what you need to build and install 
when using Conan package manager.
   For example, if you only need the framework, then only the framework and 
utils will be built and installed.
   
   ```
   conan create . -c tools.cmake.cmaketoolchain:generator=Ninja -b missing -o 
celix/*:build_framework=True
   ```


-- 
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

Reply via email to