===============================================================================
 GNOME Translate installation instructions
===============================================================================

Index

	0. About this document
	1. Dependencies
	2. Instructions
	3. Configure options

0. About this document

	$Id: INSTALL,v 1.2 2005/01/28 12:32:55 jylefort Exp $

	Copyright (C) 2005 Jean-Yves Lefort.

	This document is part of GNOME Translate.
	It may be distributed under the same terms as GNOME Translate.

1. Dependencies

	Mandatory libraries:

		* GTK+ (version 2.4.0 or superior)
		  http://www.gtk.org/

		* GNOME (version 2.6.0 or superior)
		  http://www.gnome.org/

		* libtranslate (version 0.99 or superior)
		  http://www.nongnu.org/libtranslate/

	Optional libraries:

		* for language detection:

		  GNU Aspell
		  http://aspell.sourceforge.net/

2. Instructions

	GNOME Translate uses the well-known GNU build system. Hence,
	the following usual sequence will probably satisfy most users:

		$ ./configure --prefix=/usr
		$ make
		<get root privileges, if needed>
		$ make install

	The ./configure script options are documented below. They are
	enabled by default and automatically disabled if a requirement
	is not met, so you probably do not need to use them.

3. Configure options

	--enable-language-detection (default: yes)

		Enable language detection.

		Requirements: GNU Aspell.
