-------------------------------------------------------------------------------
 Mail Notification installation instructions
-------------------------------------------------------------------------------

Index

	0. About this document
	1. Requirements
	2. Instructions

0. About this document

	$Id: INSTALL,v 1.6 2004/07/21 18:52:06 jylefort Exp $

	Copyright (c) 2003, 2004 Jean-Yves Lefort.

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

1. Requirements

	Mail Notification requires the following libraries:

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

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

		* for POP3 support: GNet (version 2.0 or superior)
		  http://www.gnetlibrary.org/

		* for Gmail support: libsoup (version 1.99.28)
		  ftp://ftp.gnome.org/pub/GNOME/sources/libsoup/1.99/

2. Instructions

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

		$ ./configure
		$ make
		<get root privileges, if needed>
		$ make install

	The ./configure script behaviour can be changed using
	command-line options: type "./configure --help" for an
	exhaustive list.

	Six options are specific to Mail Notification:

		--enable-mbox
		--enable-mh
		--enable-maildir
		--enable-pop3
		--enable-sylpheed
		--enable-gmail

	They may be used to disable the compilation of some format
	handlers. They are all enabled by default.
