Differences between revisions 1 and 2
Revision 1 as of 2006-03-26 02:37:07
Size: 571
Editor: ?HJHerbert
Comment:
Revision 2 as of 2006-03-26 02:45:52
Size: 753
Editor: ?HJHerbert
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
=== anjuta is an IDE for C++ programming === == anjuta is an IDE for C++ programming ==
Line 4: Line 4:
It creates projects in ~/Projects/ === Installation ===
Do the installation with the Synaptic Package Manager
Line 6: Line 7:
Then you type in or import existing code. Install as well the packages autoconf, libtool, automake and libgtk2.0-dev (the dependencies are not solved automaticlly - install them first, else you will be warned and can install them later)
Line 8: Line 9:
anjuta hass been designed to work with ["gtk"]
It required the packages anjuta, autoconf, libtool, automake, libgtk2.0-dev (the dependencies are not solved automaticlly - install them first, else you will be warned an cann install them later)
=== Usage ===

anjuta creates projects in ~/Projects/.

Then you type in or import existing code, add the files from the projects src directory, and press F11 to compile.

anjuta has been designed to work with ["gtk"]
Line 12: Line 18:
See also === See also ===
Line 14: Line 20:

anjuta is an IDE for C++ programming

Installation

Do the installation with the Synaptic Package Manager

Install as well the packages autoconf, libtool, automake and libgtk2.0-dev (the dependencies are not solved automaticlly - install them first, else you will be warned and can install them later)

Usage

anjuta creates projects in ~/Projects/.

Then you type in or import existing code, add the files from the projects src directory, and press F11 to compile.

anjuta has been designed to work with ["gtk"]

The anjuta homepage is : ["http://anjuta.sourceforge.net/"]

See also

* ["IDE"] - list of other IDE (integrated developpers environment)

CategoryDeveloper