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

Index

	0. About this document
	1. Dependencies
	2. Instructions

0. About this document

	$Id: INSTALL,v 1.8 2004/08/18 22:45:35 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. Dependencies

	Mandatory libraries:

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

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

	Optional libraries:

		* for Gmail support:

		  libsoup (version 1.99.28)
		  ftp://ftp.gnome.org/pub/GNOME/sources/libsoup/1.99/

		* for SSL support:

		  OpenSSL (version 0.9.5b or superior)
		  http://www.openssl.org/

		* for SASL authentication support:

		  Cyrus SASL (version 2.0 or superior)
		  http://asg.web.cmu.edu/sasl/sasl-library.html

2. Instructions

	Mail Notification 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

	IMPORTANT: you must install Mail Notification in the same
	prefix as GNOME (commonly /usr or /opt/gnome).

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

	These options are specific to Mail Notification:

		--enable-mbox
		--enable-mh
		--enable-maildir
		--enable-pop3
		--enable-imap
		--enable-ssl
		--enable-sasl
		--enable-sylpheed
		--enable-gmail
		--enable-ipv6

	They are all enabled by default.
