]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - README
Touch up some of the autotools files
[nfs-utils.git] / README
diff --git a/README b/README
index 64f9104ba2e29a71e3968fc33a8b3e6a9b6001f2..7f18118e98fd40a3e49c1efe7e085e7902aa7c07 100644 (file)
--- a/README
+++ b/README
@@ -1,38 +1,51 @@
-This is the Linux NFS utility package version 0.2.1.
+This is version 1.0.1 of nfs-utils, the Linux NFS utility package.
 
-The nfs-utils package is available via the Linux NFS web page is at
 
-http://sourceforge.net/projects/nfs/
+0. PROJECT RESOURCES
 
-To compile, just do
+Home page:  http://sourceforge.net/projects/nfs/
 
-# ./configure
-# make
+To use the 'gss' support you must have kerberos-5 development 
+libraries installed.
+Otherwise use  "--disable-gss"
 
-# make install
+To use nfsv4 support you need libevent and libnfsidmap development
+libraries.  They are available from 
+   http://www.monkey.org/~provos/libevent/
+   http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/
+Otherwise use --disable-nfsv4
 
-will install the nfs-utils binaries. You have to install the NFS
-service scripts. There are 2 in etc/redhat provided for RedHat 6.x.
-They are tested on RedHat 6.2.
 
-On RedHat 6.2, you can use
+1. COMPILING
 
-# rpm -ta nfs-utils-0.2.1.tar.gz
+Unpack the sources and run these commands:
 
-to build the source and binary RPMs.
+    # ./configure
+    # make
 
-util-linux 2.10m or above is required. But the following patches may
-also be needed:
+To install binaries and documenation, run this command:
 
-ftp://nfs.sourceforge.net/pub/nfs/util-linux-2.10f-mount-tcp.patch
-ftp://nfs.sourceforge.net/pub/nfs/util-linux-2.10m-mount-compat.patch
-ftp://nfs.sourceforge.net/pub/nfs/util-linux-2.10m-mount-nfsv3.patch
-ftp://nfs.sourceforge.net/pub/nfs/util-linux-2.10m-mount-rpc.patch
+    # make install
 
 
-Thanks.
+2. COMPILING FROM GIT
 
+Getting nfs-utils for the first time:
 
-H.J.
-hjl@lucon.org
-09/27/2000
+       git clone git://linux-nfs.org/nfs-utils
+
+Updating to the latest head after you've already got it.
+
+       git pull
+
+Building requires that autotools be installed.  To invoke them
+simply
+
+       sh autogen.sh
+
+Finally, build as usual as above.
+
+Share And Enjoy!
+
+    -- the nfs-utils developers
+       <nfs@lists.sourceforge.net>