]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
README: advise 'make clean' before 'make build-deps' (after update), otherwise old...
authorBrian Warner <warner@allmydata.com>
Tue, 13 Nov 2007 21:24:49 +0000 (14:24 -0700)
committerBrian Warner <warner@allmydata.com>
Tue, 13 Nov 2007 21:24:49 +0000 (14:24 -0700)
README

diff --git a/README b/README
index 3e9db8dffb90d3fc531b13fe04a81f3f6539270c..b77e85adef9d117e636a96e2e6e20bb9b3710c01 100644 (file)
--- a/README
+++ b/README
@@ -168,7 +168,9 @@ choose the easy_install way.
 
   2. Run "make build-deps" to install the easy_install-able dependencies
      (setuptools, zfec, foolscap, simplejson, nevow, and pycryptopp) into a
-     local subdirectory of the Tahoe source distribution.
+     local subdirectory of the Tahoe source distribution. (Note that when the
+     dependent libraries are updated, you should use "make clean" before
+     "make build-deps" to make sure you will get the newest versions).
 
   3. Build Tahoe by running "make".