lunedì 14 ottobre 2013

How-to Install Eclipse for C/C++ on CrunchBang 11 OpenBox 32bit/64bit Easy Visual-Guide

How-to Install Eclipse for C on CrunchBang Linux

The Tutorial Show Step-by-Step How-to Install and Getting-Started with the Latest Eclipse 4.3 Kepler for C/C++ Programming Development on Linux CrunchBang 11 OpenBox i386/amd64 Desktop.

There is the Possibility also to Install the Eclipse Platform via apt-get But the Debian Linux Wheezy apt-get Repositories from which CrunchBang 11 Depends are still Back to Eclipse 3.7.

So At the Moment if you Want to Dispose of the Last Eclipse Kepler 4.3 Build on Linux CrunchBang 11 you will Need to Download and Install the Original Eclipse Kepler 4.3 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 Article Bottom you find a Link to Create a Launcher and Hello-World Application Quick Starting.

Install Eclipse for C CrunchBang - Featured
  1. Download Eclipse C/C++ 4.2.1 Juno:

    Eclipse Kepler C/C++ Linux
  2. Double-Click on Archive & Extract Eclipse into /tpmInstall Eclipse for C CrunchBang - Extraction
  3. Open a Terminal Window:

    Right-Click on Desktop > Terminal

    Or

    Cmd+t

  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
  7. Starting App from OpenBox Desktop

    Right-Click on Desktop > Run Program

    eclipse
  8. Eclipse C++ Getting-Started SetUp & Hello-World:

    Eclipse-C++ Hello World!
  9. How-to Install Netbeans IDE 7.3 for C++ Development:

    Netbeans 7.3 IDE for CrunchBang