How to Install Eclipse 2019-06 R IDE C/C++ for Linux Cinnarch 2013 Cinnamon Desktop Easy Visual-Guide

May 6, 2013 | By Regaz.

The Tutorial shows you How to Install and Getting-Started with the Latest Eclipse 2023-03 R IDE 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 Contents and Details are Expressly Essentials to Give Focus Only to the Essentials Instructions and Commands and Make Tut Easier to Read and Digest ;)

Finally, to the article 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 2023-03 R IDE C/C++ Linux
  • Double-Clik on Archive and Extract Eclipse into /tmp
    Linux Xubuntu Xfce Eclipse C++ Extraction

  • Open a Terminal Window
    (Press “Enter” to Execute Commands)

    Linux Cinnarch 2013 Cinnamon Open Terminal
  • Install the Gnu C++ Compiler

    su 

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

    pacman -Sy g++
  • Relocating Eclipse.

    sudo chown -R root:root /tmp/eclipse && mv /tmp/eclipse /opt/
  • Starting Eclipse from Terminal.

    Making a Symlink

    ln -s /opt/eclipse/eclipse /usr/local/bin/eclipse

    After you can Start Eclipse from Terminal simply with:

    eclipse
  • Create an Eclipse Desktop Launcher for Easy-Starting:

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

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

    Eclipse-C++ Hello World!

  • Tags: , , , , , , , , , , , , , , , ,