The Tutorial shows you How to Install and Getting-Started with the Latest Eclipse 2022-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.
-
Download Latest Eclipse C/C++ for Linux:
Eclipse 2022-03 R IDE C/C++ Linux
-
Double-Clik on Archive and Extract Eclipse into /tmp

-
Open a Terminal Window
(Press “Enter” to Execute Commands)
-
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
-
Execute Eclipse C++ Hello-World Project:
Eclipse C++ Getting-Started SetUp and Hello-World: