From 05253dbe72977e9452aa6c3d8cfbd4400e982721 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Tue, 13 Nov 2007 14:24:49 -0700 Subject: [PATCH] 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 --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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". -- 2.45.2