Installing
-
3. Installing Qt Creator
First, run the Qt Installer.
Access your Downloads directory with:cd ~/Downloads
To verify the file is there:
ls . | grep qt
If you have trouble locating the file, see:
How to Access Downloads Folder from Browser.Make the installer executable:
chmod +x ./qt*.run
Then launch it:
sudo ./qt*.run
Follow the Qt Installation Wizard:
1. Set up or log into your Qt account
2. Accept the “Open Source Usage Obligations”
3. Begin the Open Source Qt setup
4. Choose whether to contribute to Qt Development
5. Select installation folder and components
6. Accept the License Agreement
7. Click Install to begin the setup
Wait for the components to download and install…
Installation complete!
To update your Qt versions and components later, simply run:
sudo MaintenanceTool
Contents