Online Installer Help

From Qt Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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