]> Pileus Git - ~andy/fetchmail/blobdiff - INSTALL
error -> report, third stage.
[~andy/fetchmail] / INSTALL
diff --git a/INSTALL b/INSTALL
index 31031a0058c3024a179aae1ab4d42b247fd48816..c82ffd4f6b61b251a5dc7cf090b1ed6ff2b3ce10 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -24,12 +24,13 @@ a valid USER id.  If the OK response includes the string "otp-",
 you should install OPIE.  You need version 2.32 or better.
 
 The OPIE library sources are available at ftp://ftp.inner.net/pub/opie.
+You can also find OPIE and IPV6-capable servers there.
 
-Building in IPv6 support and the network security patches REQUIRES that
-Craig Metz's inet6-apps kit be installed; the network security patches
-require that the kit be built with network security API support
-enabled. The kit can be gotten from ftp.ipv6.inner.net:/pub/ipv6 (via
-IPv6) or ftp.inner.net /pub/ipv6 (via IPv4).
+Building in IPv6 support or the IPsec patches REQUIRES that Craig
+Metz's inet6-apps kit be installed; the IPsec patches require that the
+kit be built with network security API support enabled. The kit can be
+gotten from ftp.ipv6.inner.net:/pub/ipv6 (via IPv6) or ftp.inner.net
+/pub/ipv6 (via IPv4).
 
 2. CONFIGURE
 
@@ -57,8 +58,8 @@ can compile it in with `configure --enable-RPA'.
 
 Support for authentication using RFC1731 GSSAPI is available
 but also not included by default.  You can compile it in with
-`configure --enable-RPA', which looks for GSSAPI support in standard
-locations (/usr, /usr/local, /usr/athena).  If you set --enable-GSSAPI=DIR
+`configure --with-gssapi', which looks for GSSAPI support in standard
+locations (/usr, /usr/local).  If you set --with-GSSAPI=DIR
 you can direct the build to look for GSSAPI support under DIR.
 
 If you want to build for debugging, 
@@ -67,12 +68,20 @@ If you want to build for debugging,
 
 will do that.
 
+To enable multilingual support using GNU gettext, 
+
+       configure --prefix=/usr --enable-nls
+
+The prefix argument is needed to generate the makefiles in the po directory
+correctly; otherwise, they'll install the internationalization stuff in
+/usr/local where fetchmail can't see it.
+
 Advanced configuration:
 
-Specifying --with-kerberos=DIR will tell the fetchmail build process to
-look in DIR for Kerberos support.  Configure normally looks in /usr/kerberos
-and /usr/athena; if you specify this option with an argument it will look
-in DIR first. 
+Specifying --with-kerberos=DIR or --with-kerberos5=DIR will tell the
+fetchmail build process to look in DIR for Kerberos support.
+Configure normally looks in /usr/kerberos and /usr/athena; if you
+specify this option with an argument it will look in DIR first.
 
 Unfortunately, there doesn't seem to be good standardization of where
 Kerberos lives.  If your configuration doesn't match one of the four