General Information
===================

This is version 0.0.1 of LaTeXila. LaTeXila is a LaTeX development environment
designed for the GNOME Desktop.

LaTeXila is released under the GNU General Public License (GPL) version 3 or
later, see the file "COPYING" for more information.

The official web site is:
http://latexila.sourceforge.net/


Installation
============

LaTeXila requires GTK+-2.16.x and GtkSourceView 2.6.x.
Maybe it will work with older versions of GTK and GtkSourceView but it's not
tested.

Simple install procedure:

	$ tar xvf latexila-0.0.1.tar.gz		# unpack the sources
	$ cd latexila-0.0.1/
	$ cmake .				# run the Makefile generator
	$ make					# build LaTeXila
	$ make translations			# build the *.mo files
	[ Become root if necessary ]
	$ make install				# install LaTeXila

Simple uninstall procedure:

	All the files installed are listed in the "install_manifest.txt" file.
	So you can uninstall LaTeXila by doing this:

	$ cd latexila-0.0.1/
	[ Become root if necessary ]
	$ xargs rm < install_manifest.txt

See the file "INSTALL" for more detailed information.


Where to report bugs
====================

Bugs should be reported to the Tracker on SourceForge:
http://sourceforge.net/tracker/?group_id=271323

