]> git.decadent.org.uk Git - nfs-utils.git/blob - README
Update README
[nfs-utils.git] / README
1 This is version 1.0.1 of nfs-utils, the Linux NFS utility package.
2
3
4 0. PROJECT RESOURCES
5
6 Home page:  http://sourceforge.net/projects/nfs/
7
8 To use the 'gss' support you must have kerberos-5 development 
9 libraries installed.
10 Otherwise use  "--disable-gss"
11
12 To use nfsv4 support you need libevent and libnfsidmap development
13 libraries.  They are available from 
14    http://www.monkey.org/~provos/libevent/
15    http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/
16 Otherwise use --disable-nfsv4
17
18
19 1. COMPILING
20
21 Unpack the sources and run these commands:
22
23     # ./configure
24     # make
25
26 To install binaries and documenation, run this command:
27
28     # make install
29
30
31 2. COMPILING FROM GIT
32
33 Getting nfs-utils for the first time:
34
35         git clone git://linux-nfs.org/nfs-utils
36
37 Updating to the latest head after you've already got it.
38
39         git pull
40
41 Building requires that autotools be installed:
42
43         aclocal -I aclocal
44         autoheader
45         automake
46         autoconf
47
48 You may also need to copy ltmain.sh to the current directory if the
49 above doesn't do that.  Usually there's a copy in
50 /usr/share/libtool/ltmain.sh.  Finally, build as usual as above.
51
52 Share And Enjoy!
53
54     --  the nfs-utils developers
55         <nfs@lists.sourceforge.net>