Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Download page of Eclipse Helios (<a href="http://www.eclipse.org/downloads/packages" rel="nofollow noreferrer">http://www.eclipse.org/downloads/packages</a>) gives 2 good alternatives for C++ developers on Linux:</p> <p>A) <a href="http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/heliosr" rel="nofollow noreferrer">Eclipse IDE for C/C++ Developers, 87 MB without LinuxTools</a><br> B) <a href="http://www.eclipse.org/downloads/packages/eclipse-ide-cc-linux-developers-includes-incubating-components/heliosr" rel="nofollow noreferrer">Eclipse IDE for C/C++ Linux Developers, 120 MB with inbuilt LinuxTools like valgrind, gprof, systemtap etc.</a><br> C) <a href="http://wiki.eclipse.org/Linux_Tools_Project/PluginInstallHelp" rel="nofollow noreferrer">Installing/Updating LinuxTools using UpdateManager</a> (Note: You may need to do a Java6 JRE update as described below first.)<br> D) <a href="http://download.eclipse.org/tools/cdt/releases/helios" rel="nofollow noreferrer">Updating Eclipse Helios CDT with UpdateManager</a><br> E) <a href="http://www.ibm.com/developerworks/opensource/library/os-eclipse-helios/index.html" rel="nofollow noreferrer">Helios Installation how-to</a><br> F) Java6 JRE update:<br> <code>apt-get install sun-java6-jre</code> G) Unzip the Eclipse tarball and run the eclipse binary from inside the tarball:<br> <code>tar -zxf eclipse-cpp-helios-linux-gtk.tar.gz &amp;&amp; ./eclipse</code><br> For related info click <a href="http://techtalkies.blogspot.com/2010/09/howto-install-eclipse-cdt-for-c.html" rel="nofollow noreferrer">here</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload