summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 6c9d5ab7..9306b5cc 100644
--- a/README
+++ b/README
@@ -74,7 +74,7 @@ Then make the library and shell tools:
Make the daemon and NFS server:
mkdir daemon/build
pushd daemon/build
- ../configure
+ ../configure [--disable-nfsv4 --disable-gss]
make
popd
@@ -83,7 +83,7 @@ server too:
mkdir daemon/build-32
pushd daemon/build-32
- ../configure --enable-32bit
+ ../configure --enable-32bit [--disable-nfsv4 --disable-gss]
make
popd