                         Anjuta Version 0.1.4 (stable) Release

                       Copyright (C) 2000 Kh. Naba Kumar Singh.
                       Home site => http://anjuta.sourceforge.net

Introduction:
-------------

Anjuta is a very versatile Integrated development environment for c and c++ (Linux).
Written in gtk/gnome and written for gtk/gnome, it features many advanced programming
tools and utilities. Besides many other, it has project management, application widzards,
onboard interactive debugger, and a powerful source editor with source browsing.

Anjuta is an effort to marry the flexibility and power of text based command line tools
with the ease of graphical user interface of gnome. Please have a look at the screenshot. 

Presently, Anjuta is only in Beta release and lots of work are to be done to improve it.
I hope, in future, Anjuta is going to be much more capable and stable. Extensive
debugging session has not yet been performed. So, undoubtedly, it will have lots of bugs.
It will be my pleasure if you use it and report the bugs to us. That way, you will
be helping to improve the software as well as helping the open-source community. 

Any sort of suggestions or patches for anjuta are also most welcome. 

Remember, this program is a FREEWARE and not a shareware. 
Please read the file COPYRIGHT for details. 

Copyright (C) 2000 Kh. Naba Kumar Singh.
----------------------------------------

This program is free software; you can redistribute it and/or modify it under the terms of 
the GNU General Public License as published by the Free Software Foundation; either 
version 2 of the License, or (at your option) any later version. 

This program is distributed in the hope that it will be useful, but WITHOUT ANY 
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. 

You should have received a copy of the GNU General Public License along with this program; 
if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, 
Boston, MA 02111-1307 USA 


Presently available features in Anjuta:
---------------------------------------

	1. Fully contomizable integrated editor.
		o Automatic syntax hilighting.
		o Automatic code formating.
		o Code folding/hiding.
		o Linenumbers/markers display.
		o Text zoomming.
		o Text autocompletion
		o Calltips for Linux/Gnome function prototypes.
		o Automatic indentation and indentation guides
		o ... and much more.
	
	2. Each file opened can be operated in either paged mode or windowed mode. 
	
	3. Highly interactable source level debugger (build over gdb).
		o Interactive execution.
		o Breakpoints/watches/signal/stack manupulation.
		o ... and much more.
	
	4. Inbuilt Application widzards to create terminal/gtk/gnome applications on the fly. 
	
	5. Dynamic Tags browsing.
		o Function definition, structure, classes ..etc
			can be reached with just two mouse clicks.
		o Full tags management for project.
	
	6. Full project and build files managment. 
	
	6. Bookmark managment.
	
	7. Basic windows are attachable and detachable.

	9. Support for other languages 
		o Such as java, perl, pascal ... etc (only file mode, no project managements).

	10. Interactive messaging system.

	11. Above all, she is beautiful. 
	
Some of the 'immidiately' needed features:
------------------------------------------

    1.Interactive help system. 
    2.More advanced Interaction (bonobo component) with Glade to faciliate GUI editing. 
    4.Source code version management system (CVS). 
    5.Support for Help development system with SGML. 
    7.Making it faster.  ??

Contact Email addresses for Anjuta:
---------------------------------

For personal contacts, reach me at:
	o Main programmer => Naba kumar <kh_naba@users.sourceforge.net>.

Anjuta Home site:	http://anjuta.sourceforge.net.
	For General description.

Anjuta Project site: 	http://www.sourceforge.net/projects/anjuta
	For all project activities and downloads.

For general discussions and queries use the discussion forums (two forums) at the project site.
Please report bugs at the projects bug tracking system or the mailing lists at the project site:
News of anjuta is also available at the project site.

To subsicribe to one or more of the mailing lists, visit [ http://www.sourceforge.net/mail/?group_id=14222 ].
or send a mail at <listname>-request@lists.sourceforge.net with a subject just "subscribe".
where, <listname> is anjuta-list, anjuta-devel or anjuta-announce.

Mailing lists:
	o anjuta-list@lists.anjuta.sourceforge.net
		For general discussion.
	
	o anjuta-devel@lists.anjuta.sourceforge.net
		For developmental discussion.

	o anjuta-announce@lists.anjuta.sourceforge.net
		For announcement of new releases.

--------------
REQUIREMENTS:
-------------

1) Installation
	# From Tarball:
		< RedHad 6.1 or upward >
		* Gnome
		* Automake
		* Gnu C compiler

	# From Src Rpm:
		< RedHad 6.1 or upward >
		* Gnome
		* Automake
		* Gnu C compiler
		* rpm

	# From Rpm Pkg:
		< RedHad 6.1 or upward >
		* rpm
				
2) Running
	< RedHad 6.1 or upward >
	* Gnome 
	* Bash command shell
	* ctags
	* Indent
	* gnome-terminal
	* gnome-help-browser
	* Gnu debugger (gdb)
	* grep

INSTALLATION:
-------------

# From Tarball:
	Note:-
		The pakage as an example is taken as anjuta-0.1.1.tar.gz
		and '#' is the shell prompt. You must be logged in as root
		to install anjuta.

	1) Get the tarball anjuta-0.1.1.tar.gz

	2) copy it to your home dir.

	3) Unzip it by typing:   #gunzip anjuta-0.1.1.tar.gz

	4) Extract it by typing:   #tar -xvf anjuta-0.1.1.tar

	5) Change dir:   #cd anjuta-0.1.1

	6) Type:  #./configue

	7) Type:  #make

	8) Type:  #make install

		That's all. If everything went smoothly, congratulations.
	If not, then please check that you have the latest libgnome and libgnomeui
	installed. Get them if you don't have and repeat the above steps.

# From Rpm Pkg:
	Note:-
		The pakage as an example is taken as anjuta-0.1.1-1.i386.rpm
		and '#' is the shell prompt. You must be logged in as root
		to install anjuta.

	1) Get the rpm pakage anjuta-0.1.1-1.i386.rpm (Visit www.sourceforge.net).

	2) Change to the directory containing the rpm pakage.

	3) Type: rpm -ivh anjuta-0.1.1-1.i386.rpm.

		That's all. If everything went smoothly, congratulations.
	Otherwise, some dependency error will come up. You will have
	to install the required components first. Then repeat the above.

To run Anjuta.

	Type:   #anjuta

If you get the shell error 'Command not found', then make sure your PATH
variable contains the executable path of Anjuta binary (by default: /usr/local/bin).
Usually, PATH variable is set in the file /etc/profile. Check it out.

For detailed custom installation, please read the file INSTALL.

Following files will be installed in your system.
-------------------------------------------------

Assume that the install dir is /usr/local (this is the default directory).

/usr/local/bin/
--------- anjuta
--------- anjuta_launcher
/usr/local/doc/ (All the document files).
/usr/local/share/anjuta/ (All the data files).
/usr/share/pixmaps/anjuta/ (All the pixmap files).
/usr/share/gnome/help/anjuta/ (All the help files).
/usr/share/gnome/apps/Development/Anjuta-IDE.desktop. <Menu entry>

** Good Luck **
