Install Eclipse for C Ubuntu 13.10 Saucy
The Tutorial Show How-to Install and Getting-Started with the Latest Eclipse 4.3 Kepler C/C++ for Ubuntu Linux 13.10 Saucy Salamander i386/amd64 Unity Desktop.
There is the Possibility also to Install the Eclipse Platform via apt-get But at this time the Ubuntu Linux Saucy apt-get Repositories are still Back to Eclipse 3.8.
So At the Moment if you Want to Dispose of the Latest Eclipse Build on Ubuntu 13.10 you will Need to Download and Install the Original Eclipse Kepler 4.3 C/C++ Release for Linux.
Henche here we Proceed Directly to Download and Installation of the Whole Eclipse for C/C++ Development Linux Release.
The Content and Details are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands for How-to Install Eclipse for C/C++ on Ubuntu 13.10 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++ for Linux:
- Double-Click on Archive and Extract Eclipse into /tpm
- Open Terminal Window
- Install Required Packages
sudo su
apt-get install g++
- 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:
Quick Launcher for Ubuntu-UnityEclipse C++ Getting-Started SetUp & Hello-World:
So Now Thanks to the Eclipse Foundation You Should Finally Fully Enjoy an Eclipse IDE C Installation on Ubuntu Linux ;)