How-to Install Eclipse for C Sabayon Linux
The Tutorial Show Step-by-Step How-to Install and Getting-Started with the Latest Eclipse 4.3 Kepler C/C++ for Linux Sabayon 13.8 Gnome 3 32/64bit Desktop.
If You Prefer there is the Possibility to Install the Eclipse 4.3 Platform on Gentoo Based Distros also with the java-overlay Procedure but I Find that's Simpler and Clearer Provide Directly to Download and Installation of the Eclipse JEE Release for Linux.
The Content and Details are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands and Make Tut more Easy & Digestive;)
To the Guide Bottom you find a Link to Create a Launcher and Hello-World Application Quick Starting.
Download Latest Eclipse C/C++ 4.3+ Kepler:
Eclipse Kepler C/C++ Linux- Double-Click on Archive and Extract Eclipse into /tmp
- Open Terminal Window
- Relocate Eclipse
mv /tpm/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:
How-to Create Gnome3 LauncherEclipse C++ Getting-Started SetUp & Hello-World: