Thursday, September 5, 2013

How-to Install Eclipse Kepler 4.3 C/C++ on Linux Fedora 19 32/64bit Xfce Desktop Easy Visual-Guide

The Tutorial Show How-to Install and Getting-Started with the Latest Eclipse 4.3 Kepler C/C++ 32/64bit for Linux Fedora 19 i686/x86_64 Xfce Desktop.

There is the Possibility also to Install the Eclipse Classic Platform via YUM and After Add the C++ Development PlugIn.

Here Instead we Proceed Directly to Download and Installation of the Whole Original 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.

Fedora Eclipse
  1. Download Eclipse C/C++ 4.3 Kepler:

    Eclipse Kepler C/C++ Linux
  2. Double-Click on Archive and Extract Eclipse into /tpmLinux Fedora Xfce Eclipse CPP Extraction
  3. Open Terminal Window:
    Fedora 19 Xfce - Open Terminal
  4. Install Required Packages
    su 
    yum install gcc-c++
  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&Quick-Starting;:

    How-Launcher 4 Fedora Xfce
  8. Eclipse C++ Getting-Started SetUp & Hello-World:

    Eclipse-C++ Hello World!