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: ```