From a95de6395eb8c9d5b8d9f81c109b5d04b08ef16f Mon Sep 17 00:00:00 2001 From: albfan Date: Sun, 26 Jun 2016 12:28:32 +0200 Subject: [PATCH] kdbus is avaliable by default relates to #41 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99941cd..5a24dd3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ On the other hand, the Display-Sink side allows you to create wifi-capable exter The MiracleCast projects requires the following software to be installed: - **systemd**: A system management daemon. It is used for device-management (udev), dbus management (sd-bus) and service management. - Systemd must be compiled with --enable-kdbus, even though kdbus isn't used, but only the independent, experimental sd-libraries. + Systemd >= 221 will work out of the box. For earlier versions systemd must be compiled with --enable-kdbus, even though kdbus isn't used, but only the independent, experimental sd-libraries. *required*: >=systemd-213 - **glib**: A utility library. Used by the current DHCP implementation. Will be removed once sd-dns gains DHCP-server capabilities.