LADI
/
spa
1
Fork 0

Update INSTALL.md - added info on Fedora dependencies

This commit is contained in:
Ден Иванов 2021-07-12 08:10:53 +00:00
parent 3bde823e74
commit e504ff8605
1 changed files with 5 additions and 0 deletions

View File

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