diff options
Diffstat (limited to 'libraries/qt-installer-script/README')
-rw-r--r-- | libraries/qt-installer-script/README | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libraries/qt-installer-script/README b/libraries/qt-installer-script/README index e89844e80f..af4eef4f52 100644 --- a/libraries/qt-installer-script/README +++ b/libraries/qt-installer-script/README @@ -8,20 +8,20 @@ It is provided to perform and unattended install, define a location (/opt/Qt) and setup a basic skeleton so you can add several Qt library versions in parallel. -The script will download from Qt the online installer 4.8.0 -labelled "qt-online-installer-linux-x64-4.8.0.run" +The script will download from Qt the online installer and +carry out a base installation at /opt/Qt. + +Start by running "/opt/qt-installer-script/qt-installer-script.sh" To install specific Qt libraries you can either: -1) Run the Qt MainenanceTool from the desktop menu icon +1) Run the /opt/Qt/MainenanceTool from the desktop menu icon or, 2) Run a bash script that will add a set of Qt Libraries specific - for you application. + for you application.for example the provided + "qt-6.2.4-libraries-for-musescore.sh" -An install script example "qt-6.2.4-libraries-for-musescore.sh" -is included. +To uninstall use the /opt/Qt/MaintenanceTool You will still need a Qt account in order to use this script. -Start by running "qt-installer-script" at the command prompt. - -Homepage at https://download.qt.io/archive/online_installers/4.8/ +Homepage at https://download.qt.io/archive/online_installers/ |