Online Installer Help

From Qt Wiki
Revision as of 23:27, 27 March 2016 by Wieland (talk | contribs) (Started Linux section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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
  • Start the installer:
./qt-unified-linux-x64-online.run