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

This is version 0.0.2 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.4.x minimum.
For the compilation, CMake 2.6.2 minimum is also required.

Simple install procedure:

	$ tar xvf latexila-0.0.2.tar.gz		# unpack the sources
	$ cd latexila-0.0.2/build/		# go to the build directory
	$ 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.2/build/
	[ 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

