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

Index

	0. About this document
	1. Dependencies
	2. Instructions

0. About this document

	$Id: INSTALL,v 1.10 2004/09/08 23:35:47 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.6.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/TLS 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). To
		  know where GNOME is installed on your system, type:

			$ pkg-config --variable prefix libgnome-2.0

		* Due to a bug in bonobo-activation
		  (http://bugzilla.gnome.org/show_bug.cgi?id=151082),
		  your session must be restarted after installing Mail
		  Notification.
	
	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.
