Monday, May 6, 2013

How-to Install Eclipse 4.2 Juno C/C++ for Linux Cinnarch 2013 Cinnamon Desktop Easy Visual-Guide

The Tutorial Show How-to Install and Getting-Started with the Latest Eclipse 4.2 Juno C/C++ on Linux Cinnarch 2013 i686/x8664 Cinnamon Desktop.

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 and Make Tut Easier to Read and Digest ;)

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

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

    Eclipse 4.2 C/C++ Linux
  2. Double-Clik on Archive and Extract Eclipse into /tmp Linux Xubuntu Xfce Eclipse C++ Extraction
  3. Open a Terminal Window
    Linux Cinnarch 2013 Cinnamon Open Terminal
  4. Install the Gnu C++ Compiler
    su
    pacman -S g++
  5. Relocate Eclipse
    mv /tmp/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:

    Linux Cinnarch Menu How-Launcher
    Linux Cinnarch Cinnamon Desktop Eclipse Launcher
  8. Execute Eclipse C++ Hello-World Project:

    Eclipse C++ Getting-Started SetUp and Hello-World:

    Eclipse-C++ Hello World!