diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-02-16 06:48:56 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-02-16 06:48:56 +0000 |
commit | b5dc5030b42a1f304923b9c822c080db47da1f77 (patch) | |
tree | 4424b3d32943b4ab3bdc5b9e605c1474f2a11c58 /INSTALL | |
parent | bd57c85d9a2cc1e95e0ae16168b764204755e143 (diff) | |
download | fetchmail-b5dc5030b42a1f304923b9c822c080db47da1f77.tar.gz fetchmail-b5dc5030b42a1f304923b9c822c080db47da1f77.tar.bz2 fetchmail-b5dc5030b42a1f304923b9c822c080db47da1f77.zip |
IPv6 and IPSEC
svn path=/trunk/; revision=1631
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -25,6 +25,12 @@ you should install OPIE. You need version 2.32 or better. The OPIE library sources are available at ftp://ftp.inner.net/pub/opie. +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). + 2. CONFIGURE Installing fetchmail is easy. From within this directory, type: |