summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorrjones <rjones>2009-03-03 09:08:12 +0000
committerrjones <rjones>2009-03-03 09:08:12 +0000
commit407caabfd04a8bb6338a7fcf4f46d85d75e709df (patch)
tree90c6739b637666ab0b8d32e72ffb3122c33d1678 /README
parent28d760b1542da7ff83b18c4ca60c2d03f327c2f4 (diff)
downloadlibguestfs-407caabfd04a8bb6338a7fcf4f46d85d75e709df.tar.gz
libguestfs-407caabfd04a8bb6338a7fcf4f46d85d75e709df.tar.xz
libguestfs-407caabfd04a8bb6338a7fcf4f46d85d75e709df.zip
Final fixes to build environment, and added autogen.sh.
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