add another note about where to run "make"

This commit is contained in:
Zooko O'Whielacronx 2007-05-01 22:37:35 -07:00
parent 3b9aab4592
commit 0f514f47cc

8
README
View File

@ -115,10 +115,10 @@ BUILDING FROM SOURCE:
BUILDING: BUILDING:
Just type 'make'. This works on Windows too, provided that you have the Just type 'make' in the toplevel tahoe directory. This works on Windows
dependencies mentioned above (either a normal cygwin build or a mingw-style too, provided that you have the dependencies mentioned above (either a
native build is supported by the makefile -- the cygwin build is the normal cygwin build or a mingw-style native build is supported by the
default). makefile -- the cygwin build is the default).
If the desired version of 'python' is not already on your PATH, then type If the desired version of 'python' is not already on your PATH, then type
'make PYTHON=/path/to/your/preferred/python'. 'make PYTHON=/path/to/your/preferred/python'.