add dnf dependencies

This commit is contained in:
Malte Jürgens 2023-04-17 09:51:10 +02:00
parent 24727f398a
commit a6eb82948f
No known key found for this signature in database
GPG Key ID: D29FBD5F93C0CFC3
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ You have multiple options:
With apt:
`apt install -y build-essential cmake qtbase5-dev qtwebengine5-dev libkf5notifications-dev libkf5xmlgui-dev libkf5globalaccel-dev pkg-config libpipewire-0.3-dev git`
With dnf:
`dnf install @development-tools cmake qt5-qtbase-devel qt5-qtwebengine-devel kf5-knotifications-devel kf5-kxmlgui-devel kf5-kglobalaccel-devel pkgconfig pipewire-devel git`
### Building
First, clone the repository: