Skip to content

Installing And Configuring Eclipse For Linux

ilescener edited this page Apr 3, 2017 · 3 revisions

Eclipse is an open source community whose projects are focus on building an extensible development platform, runtime and application frameworks for building, deploying and managing software across the entire software life cycle.

Here you will find instructions to install the Eclipse Integrated Development Environment for C/C++ Developers and to configure it for the development of Tonatiuh.

Details

Installing the Eclipse IDE for C/C++ Developers

Download the latest version of the_"Eclipse IDE for C/C++ Developers"_ from the Eclipse website. To do it, click on the following link to go to the "Downloads" webpage of the Eclipse website. Once you reach the webpage, click on the appropriate version (Linux 32 Bit or Linux 64 Bit) of the link titled "Eclipse IDE for C/C++ Developers". Then follow the instructions to select a mirror site from where to download the compressed package file. When prompted, select the appropriate option to store the file in your computer. Currently, the latest version of the compressed package file is titled"eclipse-cpp-helios-SR1-linux-gtk.zip".

Once the IDE for C/C++ Developers compressed package file is in your computer, right-click upon it to extract its content. This will create a top level folder titled eclipse.Move or copy the "eclipse" folder into the folder "/home/username/"

Configuring the Eclipse IDE for C/C++ Developers for developing Qt applications

On the Eclipse main menu select "Window" and within it "Preferences". This will triger a pop-up dialog titled Preferences", which can be used to adjust different Eclipse options. In the left tree-like view of the preferences dialog select "General\Editors\File Associations" (see Figure 1). In the dialog's "File Associations" right view, within the "File types" window, add the new types:

  • .ui
  • .ts

And within the "Associated editors" window, associate this file types with the following programs, respectively:

  • /usr/local/Trolltech/Qt-4.7.0/bin/designer
  • /usr/local/Trolltech/Qt-4.7.0//bin/linguist
Figure 1. View of the Eclipse IDE and the "Preferences\File Associations" dialog.

To install svn to download and update Tonatiuh follow the corresponding installation procedures Installing Subversive.


Linux Configuration | Wiki Home

Clone this wiki locally