From 3341a44fb5c45a4f0bd1f4be3c051a13455e4ac4 Mon Sep 17 00:00:00 2001 From: Johannes Date: Wed, 6 Jul 2022 18:30:26 +0200 Subject: [PATCH] add potentially missing qt5 dependency (#3851) Co-authored-by: Kasia --- BUILDING_ON_LINUX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING_ON_LINUX.md b/BUILDING_ON_LINUX.md index 0eb65788..31151d70 100644 --- a/BUILDING_ON_LINUX.md +++ b/BUILDING_ON_LINUX.md @@ -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