Add pre-requisites for Fedora (#73)

This commit is contained in:
Darío Cutillas 2021-08-03 16:25:09 +02:00 committed by GitHub
parent f089996cdc
commit 3907827d0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,13 @@ Install the Qt dependencies
sudo zypper install libqt5-qtbase-devel libqt5-qtwebsockets-devel libqt5-qtwebengine-devel
```
### Fedora
Install the Qt dependencies:
```sh
sudo dnf install qt5-qtbase-devel qt5-qttools-devel qt5-qtwebengine qt5-qtwebsockets-devel
```
## Install
### Install from AUR (Arch/Manjaro)