add potentially missing qt5 dependency (#3851)

Co-authored-by: Kasia <zneix@zneix.eu>
This commit is contained in:
Johannes 2022-07-06 18:30:26 +02:00 committed by GitHub
parent bbadbc4b33
commit 3341a44fb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ _Most likely works the same for other Debian-like distros_
_Most likely works the same for other Red Hat-like distros. Substitute `dnf` with `yum`._
1. Install all of the dependencies using `sudo dnf install qt5-qtbase-devel qt5-qtmultimedia-devel qt5-qtsvg-devel libsecret-devel openssl-devel boost-devel cmake`
1. Install all of the dependencies using `sudo dnf install qt5-qtbase-devel qt5-qtmultimedia-devel qt5-qtsvg-devel qt5-linguist libsecret-devel openssl-devel boost-devel cmake`
1. Go into the project directory
1. Create a build folder and go into it (`mkdir build && cd build`)
1. Use one of the options below to compile it