===============================================================================
 libtranslate 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/17 16:50:03 jylefort Exp $

	Copyright (C) 2005 Jean-Yves Lefort.

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

1. Dependencies

	Mandatory libraries:

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

	Optional libraries:

		* for the generic module:

		  libsoup (version 2.2.0 or superior)
		  http://www.gnome.org/

		  libxml2 (version 2.0 or superior)
		  http://www.xmlsoft.org/

		* for the talkfilters module:

		  GNU Talk Filters
		  http://www.dystance.net/software/talkfilters/

2. Instructions

	libtranslate 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-generic (default: yes)

		Build the generic module.

		Requirements:
			libsoup version 2.2.0 or superior
			libxml2 version 2.0 or superior.

	--enable-talkfilters (default: yes)

		Build the talkfilters module.

		Requirements: GNU Talk Filters.
