diff --git a/Build-Instructions-(Linux).md b/Build-Instructions-(Linux).md index 6a16bed..024b2ee 100644 --- a/Build-Instructions-(Linux).md +++ b/Build-Instructions-(Linux).md @@ -23,7 +23,7 @@ Let's start by grabbing the correct dependencies for the most popular distros: # Fedora - sudo dnf -y install qt5-qtbase qt5-qtbase-devel qt5-qtdeclarative qt5-qtdeclarative-devel qt5-qtgraphicaleffects qt5-qtquickcontrols redhat-rpm-config && sudo ln -s /usr/lib64/qt5/bin/qmake /usr/bin/qmake + sudo dnf -y install qt5-qtbase qt5-qtbase-devel qt5-qtdeclarative qt5-qtdeclarative-devel qt5-qtgraphicaleffects qt5-qtquickcontrols qt5-qtquickcontrols2-devel redhat-rpm-config && sudo ln -s /usr/lib64/qt5/bin/qmake /usr/bin/qmake # Arch Linux