Wednesday, November 7, 2012

How-to Install and Getting-Started Eclipse Juno 4.2 C/C++ 64bit on Linux Sabayon 10 Gnome3 Amd64 Easy Visual-Guide

The Tutorial Show How-to Install and Getting-Started with the Latest Eclipse 4.2 Juno IDE C/C++ for Linux Sabayon 10 Gnome3 64bit Desktop.

There is the Possibility also to Install the Eclipse Platform via apt-get But the Gentoo Repositories from witch Sabayon Depends are still Back to Eclipse 3.7 Indigo.

So At the Moment if you Want to Dispose of the Last Eclipse Juno 4.2 Build on Sabayon 10 you will Need to Download and Install the Original Eclipse Juno 4.2 C/C++ Development Release for Linux.

Here Instead 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 and Make Tut more Easy & Digestive;)

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

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

    Eclipse Juno C/C++ Linux 64bit
  2. Double-Click on Archive and Extract Eclipse into /tpm Linux Ubuntu Eclipse CPP Extraction
  3. Open a Terminal Window
    Linux Mageia 2 Gnome 3 Open Terminal
  4. Relocate Eclipse
    mv /tpm/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:

    How-to Create Gnome3 Launcher
    Gnome3 Eclipse Launcher
  7. Eclipse C++ Getting-Started SetUp & Hello-World:

    Eclipse-C++ Hello World!