The Tutorial Show Step-by-Step How-to Install and Getting-Started with the Latest Eclipse 4.2 Juno for C/C++ Development 32/64bit for Linux CentOS 6.4 KDE4 i686/x86_64 Desktop.
There is also the Possibility to Install via YUM the old Eclipse 3.6 Helios Classic Platform and After Add the C++ Development PlugIn.
So we Proceed here Directly to Download and Installation of the Latest Original Eclipse 4.2 Juno for C/C++ Development Linux Release.
The Content and Details are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands and Make Tut Easier to Read and Digest ;)
To the Guide Bottom you find a Link to Create a Launcher and Hello-World Application Quick Starting.
-
Download Eclipse C/C++ 4.2 Juno for Linux:
- Double-Click on Archive and Extract Eclipse into /tmp
- Open Terminal Window
- Install Required Packages
su
yum install gcc-c++
- Relocate Eclipse
mv /tmp/eclipse /opt
- Create a Symlink
ln -s /opt/eclipse/eclipse /usr/bin/eclipse
After you can Start Eclipse from Terminal simply with:
eclipse
Create an Eclipse Launcher for Easy-Starting:
Eclipse C++ Getting-Started SetUp and Hello-World: