-
Notifications
You must be signed in to change notification settings - Fork 15
Installing And Configuring Eclipse For Mac
ilescener edited this page Apr 3, 2017
·
5 revisions
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.
- 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.
- You can edit the general project options in Eclipse by navigating Window->Preferences->General->Editors.
Under File Associations add the new types:
-
.ui /usr/local/Trolltech/Qt-4.7.0/bin/designer
-
.ts /usr/local/Trolltech/Qt-47.0/bin/linguist
To install svn to download and update Tonatiuh follow the corresponding installation procedures Installing Subversive.
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License