Development/Tools/Eclipse: Difference between revisions

From KDE TechBase
(some stuff found)
 
(Eclipse intro and CDT install.)
Line 1: Line 1:


==2010==
==2010==
Install Eclipse Galileo, and install the cplus plus tools. by going to the help-install software and find the CDT tools.
Eclipse is an integrated development environment (IDE), primarily for programming in Java, but which can be used to develop in C++ with the appropriate plug-in modules. 
 
Install Eclipse Galileo.  Run Eclipse and apply any Eclipse updates via Help -> CheckForUpdates.  Then, install the C++ tools via Help -> InstallNewSoftware.  To find the CDT (C and C++ Development Tools), choose WorkWith: "Eclipse Galileo Repository". Under the Programming Languages menu, enable "Eclipse C/C++ Development Tools".  Press Next and wait while Eclipse downloads the modules it needs.  Press Next, Accept, and Finish.  Then wait again while Eclipse completes the installation.  Finally, restart Eclipse. 
 
You are now ready to use Eclipse to develop KDE in C++.


===QT integration===
===QT integration===


http://qt.nokia.com/developer/eclipse-integration
http://qt.nokia.com/developer/eclipse-integration

Revision as of 22:06, 17 August 2010

2010

Eclipse is an integrated development environment (IDE), primarily for programming in Java, but which can be used to develop in C++ with the appropriate plug-in modules.

Install Eclipse Galileo. Run Eclipse and apply any Eclipse updates via Help -> CheckForUpdates. Then, install the C++ tools via Help -> InstallNewSoftware. To find the CDT (C and C++ Development Tools), choose WorkWith: "Eclipse Galileo Repository". Under the Programming Languages menu, enable "Eclipse C/C++ Development Tools". Press Next and wait while Eclipse downloads the modules it needs. Press Next, Accept, and Finish. Then wait again while Eclipse completes the installation. Finally, restart Eclipse.

You are now ready to use Eclipse to develop KDE in C++.

QT integration

http://qt.nokia.com/developer/eclipse-integration