domenica 26 maggio 2013

How-to Install Eclipse 4.3 Kepler IDE C/C++ for Linux Mint 14 Nadia Cinnamon 32/64bit Desktop Easy Visual-Guide

The Tutorial Show How-to Install and Getting-Started with the Latest Eclipse 4.3 Kepler IDE for C/C++ Development on Linux Mint 14 Nadia Cinnamon 32/64bit Desktop.

 

There is also the Possibility to Install the Eclipse Platform via apt-get But the Linux Mint 14 Nadia apt-get Repos Depends from Ubuntu Quantal one that are still Back to Eclipse 3.8.

 

So At the Moment if you Want to Dispose of the Last Eclipse Kepler 4.3 Build on Linux Mint Nadia 14 you will Need to Download and Install the Original Eclipse Kepler 4.3 C/C++ Release for Linux.

 

The Content and Details are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands and Make Tut Easier to Read & Digest ;)

 

To the Guide Bottom you find a Link to Create a Launcher and Hello-World Application Quick Starting.

Linux Mint Eclipse
  1. Download Latest Eclipse IDE C/C++ for Linux:

    Eclipse Kepler C/C++ Linux
  2. Double-Click on Archive and Extract Eclipse into /tmp Linux Mint 13 Xfce Install Eclipse C/C++ Extraction
  3. Open a Terminal Window
    Linux Mint 14 Cinnamon Open Terminal
  4. Relocate Eclipse
    su
    mv /tmp/eclipse /opt
  5. Create a Symlink
    ln -s /opt/eclipse/eclipse /usr/bin/eclipse

    After you can Start Eclipse from Terminal simply with:

    eclipse
  6. Create an Eclipse Launcher for Easy-Starting:

    Cinnamon Menu How Launcher
    Linux Mint 14 Cinnamon Eclipse Launcher
  7. Eclipse C++ Getting-Started SetUp & Hello-World:

    Eclipse-C++ Hello World!