blob: af4eef4f52a14d66794e80b675270a24699c8fa0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
qt-installer-script (Deploy Qt Libraries in Slackware)
qt-installer-script is an umbrella script to the standard Qt
installer to simplify the installation of Qt Libraries in your
Slackware system.
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 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 /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 example the provided
"qt-6.2.4-libraries-for-musescore.sh"
To uninstall use the /opt/Qt/MaintenanceTool
You will still need a Qt account in order to use this script.
Homepage at https://download.qt.io/archive/online_installers/
|