Difference between revisions of "Installing QtCreator"

From wiki.emacinc.com
Jump to: navigation, search
m (Fixed tag.)
Line 2: Line 2:
  
 
==Install Qt Creator==
 
==Install Qt Creator==
{{warning | This is a guide on how to install Qt Creator manually, using a package provided by a 3rd party.  This is '''not''' recommended.  Instead, you should try installing Qt Creator from the EMAC provided packages}}
 
  
 
<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.3/3.3.0/qt-creator-opensource-linux-x86-3.3.0.run Qt Creator x86 32-bit]
+
  * [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/3.3/3.3.0/qt-creator-opensource-linux-x86_64-3.3.0.run Qt Creator x86 64-bit]
+
  * [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-x86-3.1.0.run
+
  developer@ldc:~$ chmod +x qt-creator-opensource-linux-x86_64-4.3.1.run
  developer@ldc:~$ ./qt-creator-opensource-linux-x86-3.1.0.run
+
  developer@ldc:~$ ./qt-creator-opensource-linux-x86_64-4.3.1.run
 
  </syntaxhighlight>
 
  </syntaxhighlight>
  

Revision as of 15:42, 11 July 2017

TODO: {{#todo: Review (06.18.2015-15:50->KY+)|Brian Serrano|oe 5,bs,ky,Review}}

Install Qt Creator

  1. Download Qt Creator from the Qt project web page:

  2. Change to the directory where Qt Creator was downloaded from the command line:

     developer@ldc:~$ cd /download/directory
    
  3. 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.

    Figure 1: Qt Creator Installation Wizard


  4. Press next to proceed.

    Figure 2: Qt Creator Installation Wizard


  5. Choose an installation directory then press next

    Figure 3: Qt Creator Installation Wizard


  6. Accept the license agreement then press next

    Figure 4: Qt Creator Installation Wizard


  7. Press install to begin the installation

    Figure 5: Qt Creator Installation Wizard


  8. 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.