To avoid installing build-essential when one of the following software is installed, you may want to do this first:
sudo apt-get install build-essential
[edit]anjuta
Anjuta DevStudio's official address: http://anjuta.sourceforge.net/ Anjuta is a c/s + + IDE that has the greatest features of being flexible, opening multiple files at the same time, embedded code-level debuggers (called GDB), application wizards (application Wizards) can help you create GNOME programs without having to write your own code that is not relevant to your interests. Installation method: sudo apt-get install Anjuta After the installation is complete, you may see an error message "Autogen not found for version 5" When you create a new project (project). Please install the Autogen package. sudo apt-get install Autogen Reference:
- It's so easy to write a Hello World C + + program with Anjuta under Linux!
|
Anjuta interface |
[edit]kdevelop
KDevelop Project's official address: http://www.kdevelop.org/ Kdevelop-project was born in 1998 to provide KDE with an easy-to-use integrated development environment (Integrated development environment). Since then, the KDevelop IDE has been published with the GPL, which supports many programming languages. Installation method:
sudo apt-get install KDevelop Reference:
|
KDevelop interface |
[edit]geany
Geany's official address:
- http://geany.uvena.de/
- Http://sourceforge.net/projects/geany
Geany is a fast and lightweight integrated development environment (IDE) developed using the GTK2 Toolkit, which includes the following basic features: syntax highlighting, code folding, automatic completion of code, automatic completion of frequently used structures (e.g., if, for, while, etc.), automatic completion of XML and HTML tag, call hint, support C, Java, PHP, HTML, Python, Perl, Pascal and other languages, symbol list and so on. Installation method:
sudo apt-get install Geany |
Geany interface |
[edit]codeblocks
Code::Blocks's official address:
- http://www.codeblocks.org
- Http://sourceforge.net/projects/codeblocks
Code::Blocks is an open source, free, cross-platform, C + + IDE. The official website says it can meet the needs of the most demanding users. Although a bit exaggerated, but since dare to say so, also shows that its function is certainly not bad. Extensible plug-in, with plug-in wizard features, so you can easily create your own plug-in. Code::Blocks is written in C + + (with Wxwidgets library) Installation method: sudo apt-get install Codeblocks |
Codeblocks interface |
[edit]eclipse
Eclipse's official address: http://www.eclipse.org The Eclipse platform is a development framework that IBM donates to the development source community, not because IBM claims to be investing $40 million in capital, but because of the results of such a huge investment: a mature, well-designed, and extensible architecture. Installation method:
sudo apt-get install ECLIPSE-CDT eclipse |
Eclipse interface |
[edit]NetBeans
NetBeans's official address: http://www.netbeans.org/ NetBeans IDE is a development environment-a tool for programmers to write, compile, debug, and deploy programs. It is written in Java-but it can support any programming language. There is also a huge number of modules to extend the NetBeans IDE, which is a free product and does not restrict its use. Installation method:
sudo apt-get install NetBeans Reference:
- NetBeans 5.0 Local Tutorials Main index
|
NetBeans interface |
[edit] other Ides
- Ljedit's official address: http://code.google.com/p/ljedit/
- Try Ljedit with C + + friends, open source, free
- Vim
- Teach you how to convert vim into an IDE programming environment (GRAPHIC)
- Code-browsing tools under KSCOPE:KDE
[edit] RELATED LINKS
An introduction to the IDE in the English version of Wikipedia, which comes with a variety of Ides and their functional comparisons in the C + + language for open source/free/retail.
-
- Http://en.wikipedia.org/wiki/Integrated_development_environment
Introduction to the Linux/C + + IDE development tools