Installing And Configuring Eclipse For Mac - iat-cener/tonatiuh GitHub Wiki

images/eclipse/eclipseIcon.png

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

Installing eclipse

  • Download "Eclipse IDE for C/C++ Developers" from the eclipse website at http://www.eclipse.org/downloads/.
  • Extract the files from the archive into Applications directory.
  • Run the Eclipse executable from the folder and when asked for a workspace set it to /Applications/eclipse/workspace.

Configuring Eclipse for Tonatiuh

  • You can edit the general project options in Eclipse by navigating Window->Preferences->General->Editors.

images/eclipse/fileAssociations.png

Under File Associations add the new types:

  1. .ui  /usr/local/Trolltech/Qt-4.7.0/bin/designer
    
  2. .ts  /usr/local/Trolltech/Qt-47.0/bin/linguist
    

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


Mac Configuration | Wiki Home