Difference between revisions of "Installing QtCreator"
Line 25: | Line 25: | ||
<br clear=all> | <br clear=all> | ||
+ | * Login or create an account. | ||
+ | |||
+ | [[File:Qt_Creator_Install_2.png|400px|thumb|left|Figure 2: Qt Creator Installation Wizard]] | ||
+ | |||
+ | <br clear=all> | ||
* Press '''next''' to proceed. | * Press '''next''' to proceed. | ||
Revision as of 18:12, 5 March 2019
Install Qt Creator
-
Download Qt Creator from the Qt project web page:
-
Change to the directory where Qt Creator was downloaded from the command line:
developer@ldc:~$ cd /download/directory
-
Make Qt Creator installer executable and run installer script:
developer@ldc:~$ chmod +x qt-creator-opensource-linux-x86_64-4.8.2.run developer@ldc:~$ ./qt-creator-opensource-linux-x86_64-4.8.2.run
The installation wizard will start.
-
Login or create an account.
-
Press next to proceed.
-
Choose an installation directory then press next
-
Accept the license agreement then press next
-
Press install to begin the installation
-
A status bar will appear. Press finish to exit the installation wizard
Next Steps
Once Qt Creator is installed, the next step is to configure Qt Creator.