summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-04-09 18:58:24 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-04-09 18:58:24 +0000
commitd022c75db5273e78ad6909aa1e6d06984d3c212f (patch)
tree4c41c7f7a96c93260152955dce65a8038a988245 /README
parentb390fe33dce6936841f9cd0a208cd9d47f7a1e35 (diff)
Note the requirement for time synchronisation for NFS.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 17c663921..8a0a32516 100644
--- a/README
+++ b/README
@@ -79,6 +79,11 @@ GNU autotools packages installed:
- metaauto 0.6 (or later) (devel/metaauto)
- libtool 1.5.22 (or later) (devel/libtool)
+If you have your source tree on an NFS partition, make sure the clock
+of your server and client are properly synchronised. A test run by
+configure will fail if the drift is more than one second. And larger
+drifts will cause other problems during builds anyways.
+
Path
To build Xenocara, you need to have /usr/X11R6/bin in your PATH.
@@ -159,4 +164,4 @@ for more desperate cases, remove all files from XSRCDIR not in CVS:
cvs -q update -PAd -I - | awk '$1=="?" {print $2}' | xargs rm -f
--
-$OpenBSD: README,v 1.16 2007/04/07 16:07:41 matthieu Exp $
+$OpenBSD: README,v 1.17 2007/04/09 18:58:23 matthieu Exp $