mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-03-26 04:29:27 +00:00
For some weird reason, on F37 qmake is not being added to path by default when installing qt5-qtbase*
parent
2be5da6757
commit
d6e8d15198
@ -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 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
|
||||
|
||||
|
||||
# Arch Linux
|
||||
|
Loading…
x
Reference in New Issue
Block a user