The Tutorial Show Step-by-Step How-to Install and Getting-Started with the Latest Eclipse 4.2 Juno C/C++ on Linux Mageia 1-2 KDE4 i686/x86_64 Desktop.
There is the Possibility also to Install the Eclipse Platform via apt-get But the Mageia 1-2 urpmi Repositories are still Back to Eclipse 3.7.
So At the Moment if you Want to Dispose of the Last Eclipse Juno 4.2 Build on Mageia 1-2 you will Need to Download and Install the Original Eclipse Juno 4.2 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 Guide Bottom you find a Link to Create a Launcher and Hello-World Application Quick Starting.
-
Download Eclipse C/C++ 4.2.1 Juno:
- Double-Click on Archive and Extract Eclipse into /tpm
- Open a Terminal Window
- Install the Gnu C++ Compiler for Mageia
su
urpmi install gcc-g++
- Relocate Eclipse
mv /tpm/eclipse /opt
- Create a Symlink
ln -s /opt/eclipse/eclipse /usr/bin/eclipse
After you can Start Eclipse from Terminal simply with:
eclipse
Create an Eclipse Launcher for Easy-Starting:
-
Eclipse C++ Getting-Started SetUp & Hello-World: