Online Installer Help: Difference between revisions
Jump to navigation
Jump to search
(Started Linux section) |
mNo edit summary |
||
Line 9: | Line 9: | ||
chmod +x qt-unified-linux-x64-online.run | chmod +x qt-unified-linux-x64-online.run | ||
</code> | </code> | ||
* | * Become superuser and start the installer: | ||
<code> | <code> | ||
su | |||
(enter password) | |||
./qt-unified-linux-x64-online.run | ./qt-unified-linux-x64-online.run | ||
</code> | </code> |
Latest revision as of 23:35, 27 March 2016
Linux
- Go to http://www.qt.io/download and get the online installer. On x86 Linux the downloaded file is named qt-unified-linux-x86-online.run and on x86_64 Linux it's qt-unified-linux-x64-online.run.
- On the command line, change to the directory to where you downloaded the file. E.g. if the file is in /home/alice/downloads do this:
cd /home/alice/downloads
- Make the file executable. E.g. for x86_64:
chmod +x qt-unified-linux-x64-online.run
- Become superuser and start the installer:
su
(enter password)
./qt-unified-linux-x64-online.run