From: Brian Warner <warner@allmydata.com>
Date: Tue, 13 Nov 2007 21:24:49 +0000 (-0700)
Subject: README: advise 'make clean' before 'make build-deps' (after update), otherwise old... 
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/htmlfontify-example.html?a=commitdiff_plain;h=05253dbe72977e9452aa6c3d8cfbd4400e982721;p=tahoe-lafs%2Ftahoe-lafs.git

README: advise 'make clean' before 'make build-deps' (after update), otherwise old versions of the dependent libaries can be used in preference to the newer one
---

diff --git a/README b/README
index 3e9db8df..b77e85ad 100644
--- 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".