From 29c438b3bbfdbd524d8e3f5a4088035ae133f9a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanislav=20Angelovi=C4=8D?= Date: Tue, 23 Apr 2019 20:34:01 +0200 Subject: [PATCH] README: Add link on solving systemd dependency on tutorial --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0439633..9df02da 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,9 @@ Dependencies ------------ * `C++17` - the library uses C++17 `std::uncaught_exceptions()` feature. When building sdbus-c++ manually, make sure you use a compiler that supports that feature. -* `libsystemd` - systemd library containing sd-bus implementation. This library is part of systemd. Systemd v236 at least is needed. +* `libsystemd` - systemd library containing sd-bus implementation. This library is part of systemd. Systemd at least v236 is needed. (Non-systemd environments are also supported, see the [tutorial](doc/using-sdbus-c++.md#solving-libsystemd-dependency) for more information.) * `googletest` - google unit testing framework, only necessary when building tests, will be downloaded and built automatically. -You can use sdbus-c++ on non-systemd Linux distributions as well -- sdbus-c++ doesn't need the entire systemd ecosystem. It only needs libsystemd, a self-contained library that can be built and used without dependencies on other systemd components. - Licensing ---------