Difference between revisions of "Installing QtCreator"
m (Fixed tag.) |
|||
Line 2: | Line 2: | ||
==Install Qt Creator== | ==Install Qt Creator== | ||
− | |||
<cl> | <cl> | ||
1. Download Qt Creator from the Qt project web page: | 1. Download Qt Creator from the Qt project web page: | ||
− | * [http://download.qt.io/official_releases/qtcreator/3. | + | * [http://download.qt.io/official_releases/qtcreator/3.5/3.5.1/qt-creator-opensource-linux-x86-3.5.1.run Qt Creator x86 32-bit] |
− | * [http://download.qt.io/official_releases/qtcreator/ | + | * [http://download.qt.io/official_releases/qtcreator/4.3/4.3.1/qt-creator-opensource-linux-x86_64-4.3.1.run Qt Creator x86 64-bit] |
* Change to the directory where Qt Creator was downloaded from the command line: | * Change to the directory where Qt Creator was downloaded from the command line: | ||
Line 17: | Line 16: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
− | developer@ldc:~$ chmod +x qt-creator-opensource-linux- | + | developer@ldc:~$ chmod +x qt-creator-opensource-linux-x86_64-4.3.1.run |
− | developer@ldc:~$ ./qt-creator-opensource-linux- | + | developer@ldc:~$ ./qt-creator-opensource-linux-x86_64-4.3.1.run |
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 14:42, 11 July 2017
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.3.1.run developer@ldc:~$ ./qt-creator-opensource-linux-x86_64-4.3.1.run
The installation wizard will start.
-
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.