]> git.decadent.org.uk Git - nfs-utils.git/blob - README
Assorted fixes
[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
9 1. COMPILING WITHOUT PACKAGE MANAGEMENT
10
11 To compile without using a package management system, unpack the
12 sources and run these commands:
13
14     # ./configure
15     # make
16
17 To install binaries and documenation, run this command:
18
19     # make install
20
21 You will have to install the two NFS service scripts yourself.
22 Service scripts for RedHat 6.x and 7.x are in etc/redhat.  They
23 have been tested on RedHat 6.2 and 7.1.
24
25
26 2. COMPILING WITH RPM
27
28 On RedHat 6.2 and 7.1, you can use
29
30     # rpm -ta nfs-utils-1.0.1.tar.gz
31
32 to build the source and binary RPMs.
33
34
35 3. COMPILING FOR DEBIAN
36
37 The nfs-utils tree has an up-to-date debian directory, so the usual
38 debian build scripts should work.  The simplest way to build binary
39 debs, however, is simply to become root (or use fakeroot) and run:
40
41     # debian/rules binary
42
43
44 4. REQUIRED VERSIONS OF OTHER TOOLS
45
46 Proper NFS operation requires a 'mount' program from util-linux 2.11f
47 or later.
48
49
50 Share And Enjoy!
51
52     --  the nfs-utils developers
53         <nfs@lists.sourceforge.net>
54         26 Dec 2001
55