Online Installer Help
Jump to navigation
Jump to search
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