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

This commit is contained in:
Brian Warner 2007-11-13 14:24:49 -07:00
parent 30b7d8fd40
commit 05253dbe72

4
README
View File

@ -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".