docs: Add information about conan recipe

This commit is contained in:
Sergey Bobrenok
2021-06-14 15:29:57 +03:00
committed by Stanislav Angelovič
parent a5e94f07bf
commit d74365c535

View File

@ -114,6 +114,10 @@ There are Yocto recipes for sdbus-c++ available in the [`meta-oe`](https://githu
Tip: If you get `ERROR: Program or command 'getent' not found or not executable` when building sdbus-c++ in Yocto, please make sure you've added `getent` to `HOSTTOOLS`. For example, you can add `HOSTTOOLS_NONFATAL += "getent"` into your local.conf file.
### Conan
sdbus-c++ recipe is available in ConanCenter repository as [`sdbus-cpp`](https://conan.io/center/sdbus-cpp).
Contributors willing to help with bringing sdbus-c++ to other popular package systems are welcome.
Verifying sdbus-c++