From d74365c5351db3b04307db4c2d7db4a8ea11f7cf Mon Sep 17 00:00:00 2001 From: Sergey Bobrenok Date: Mon, 14 Jun 2021 15:29:57 +0300 Subject: [PATCH] docs: Add information about conan recipe --- docs/using-sdbus-c++.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/using-sdbus-c++.md b/docs/using-sdbus-c++.md index 7cc2708..93bc83c 100644 --- a/docs/using-sdbus-c++.md +++ b/docs/using-sdbus-c++.md @@ -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++