From 90ab191990bc4d35f03d438142fa1e63ab776498 Mon Sep 17 00:00:00 2001 From: lupoDharkael Date: Wed, 20 Dec 2017 13:57:15 +0100 Subject: [PATCH] README: Update build dependencies --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7458aa1c..3c769fbd 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ Compilation: run `qmake && make` in the main directory. ### Fedora Compilation Dependencies: ```` -dnf install -y qt5-devel gcc-c++ git qt5-qtbase-devel +dnf install -y qt5-devel gcc-c++ git qt5-qtbase-devel qt5-linguist ```` Compilation: run `qmake-qt5 && make` in the main directory. @@ -134,7 +134,7 @@ Compilation: run `qmake-qt5 && make` in the main directory. ### Arch Compilation Dependencies: ```` -pacman -S git qt5-base base-devel +pacman -S git qt5-base base-devel qt5-tools ```` Compilation: run `qmake && make` in the main directory.