INSTALL: link to our CI pipeline for distributions-specific dependencies

We know these are up-to-date and they are based off a minimal base
system.
This commit is contained in:
Peter Hutterer 2021-07-14 15:45:01 +10:00 committed by George Kiagiadakis
parent 257fd83f65
commit 327ec4306f
1 changed files with 4 additions and 4 deletions

View File

@ -16,10 +16,10 @@ 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
```
For distribution-specific build dependencies, please check our
[CI pipeline](https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/master/.gitlab-ci.yml)
(search for `FDO_DISTRIBUTION_PACKAGES`). Note that some dependencies are
optional and depend on options passed to meson.
Once this is done, the next step is to review the build options: