Friday, April 12, 2013

How-to Install Eclipse 4.2 Juno C/C++ for Pear OS Linux 7 32bit/64bit Easy Visual-Guide

The Tutorial Show Step-by-Step How-to Install and Getting-Started with the Latest Eclipse 4.2 Juno for C/C++ Programming Development on Pear OS 7 Linux Gnome3 i386/amd64 Desktop.

There is the Possibility also to Install the Eclipse Platform via apt-get But the Linux Ubuntu Quantal apt-get Repositories from which PearLinux 7 Depends are still Back to Eclipse 3.8.

So At the Moment if you Want to Dispose of the Last Eclipse Juno 4.2 Build on Linux PearLinux 7 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 Post Bottom you find a Link to Create a Launcher and Hello-World Application Quick Starting.

Linux Eclipse C/C++
  1. Download Eclipse C/C++ 4.2.1 Juno:

    Eclipse Juno C/C++ Linux
  2. Double-Click on Archive & Extract Eclipse into /tpm Linux Gnome Install Eclipse JEE Extraction
  3. Open a Terminal Window

    LaunchPad >> Terminal

    Pear-Linux 7 Open Terminal

  4. Install the Gnu C++ Compiler for Lubuntu
    sudo su
    apt-get install g++
  5. Relocate Eclipse
    mv /tpm/eclipse /opt
  6. Create a Symlink
    ln -s /opt/eclipse/eclipse /usr/bin/eclipse

    After you can Start Eclipse from Terminal simply with:

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

    PearLinux Gnome3 How-Launcher
  8. Eclipse C++ Getting-Started SetUp & Hello-World:

    Eclipse-C++ Hello World!