Requirements
============

GLib >= 2.26 (GIO is part of GLib)
gsettings-desktop-schemas
Vala 0.10.x (not above)
GTK+ >= 2.16
GtkSourceView >= 2.10
unique
gdk-x11
x11
CMake >= 2.6.4
gettext

Simple install procedure
========================

$ cd latexila/build/			# go to the build directory
$ cmake ../				# run the Makefile generator
$ make					# build LaTeXila
[ 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/build/
[ Become root if necessary ]
$ xargs rm < install_manifest.txt

Configuration
=============

* Change the install directory (by default /usr/local/)
	run cmake with this option:
	-DCMAKE_INSTALL_PREFIX=/path/to/install/directory/
