X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=README;h=7f18118e98fd40a3e49c1efe7e085e7902aa7c07;hp=a82914aa7eb090519371b35ac817a369fafaa00c;hb=1ab6d3b82e9d36051cf5d80c33cdec9cb638bb20;hpb=26272cc6379200004274a883ad94c70ccf0d2256 diff --git a/README b/README index a82914a..7f18118 100644 --- a/README +++ b/README @@ -1,31 +1,51 @@ -This is the Linux NFS utility package version 0.3.3. +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 -and 7.x. They are tested on RedHat 6.2 and 7.1. -On RedHat 6.2 and 7.1, you can use +1. COMPILING -# rpm -ta nfs-utils-0.3.3.tar.gz +Unpack the sources and run these commands: -to build the source and binary RPMs. + # ./configure + # make -mount in util-linux 2.11f or above is required. +To install binaries and documenation, run this command: -Thanks. + # make install -H.J. -hjl@lucon.org -09/24/2001 +2. COMPILING FROM GIT + +Getting nfs-utils for the first time: + + 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 +