summaryrefslogtreecommitdiffstats
path: root/README
blob: f5a2aeea7964946b48eff75ebe7dfd6411888f7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
This is version 1.0.1 of nfs-utils, the Linux NFS utility package.


0. PROJECT RESOURCES

Home page:  http://sourceforge.net/projects/nfs/

To use the 'gss' support you must have kerberos-5 development 
libraries installed.
Otherwise use  "--disable-gss"

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


1. COMPILING

Unpack the sources and run these commands:

    # ./configure
    # make

To install binaries and documenation, run this command:

    # make install


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:

	aclocal -I aclocal
	autoheader
	automake
	autoconf

You may also need to copy ltmain.sh to the current directory if the
above doesn't do that.  Usually there's a copy in
/usr/share/libtool/ltmain.sh.  Finally, build as usual as above.

Share And Enjoy!

    --	the nfs-utils developers
	<nfs@lists.sourceforge.net>