From e504ff86059a03c962b80964d1258eb40378ebde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B5=D0=BD=20=D0=98=D0=B2=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Mon, 12 Jul 2021 08:10:53 +0000 Subject: [PATCH] Update INSTALL.md - added info on Fedora dependencies --- INSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index fac71e9c9..c4de6abd3 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -16,6 +16,11 @@ Generate the build files for Ninja: $ meson setup builddir ``` +If you're using Fedora, you will need to install dbus-devel package: +``` +$ dnf install dbus-devel +``` + Once this is done, the next step is to review the build options: ```