From: Zooko O'Whielacronx Date: Wed, 2 May 2007 05:44:33 +0000 (-0700) Subject: fix error in README about windows builds X-Git-Tag: allmydata-tahoe-0.2.0~15 X-Git-Url: https://git.rkrishnan.org/configuration.txt?a=commitdiff_plain;h=53da668b0a7a8eb522f12e992973d1a775ed0739;p=tahoe-lafs%2Ftahoe-lafs.git fix error in README about windows builds --- diff --git a/README b/README index eeafb3f9..31d3e9f5 100644 --- a/README +++ b/README @@ -117,8 +117,9 @@ BUILDING: Just type 'make' in the top-level tahoe directory. This works on Windows too, provided that you have the dependencies mentioned above (either a - normal cygwin build or a mingw-style native build is supported by the - makefile -- the cygwin build is the default). + normal cygwin build or a mingw-style native build will be done by the + makefile, depending on whether the version of python that you have installed + is the Windows-native python or the cygwin python.) If the desired version of 'python' is not already on your PATH, then type 'make PYTHON=/path/to/your/preferred/python'.