@@ -224,9 +224,10 @@ _tkinter
224224
225225 Unlike the other external libraries listed above, Tk must be built
226226 separately before the _tkinter module can be built. This means that
227- a pre-built Tcl/Tk installation is expected in ..\..\tcltk (tcltk64
228- for 64-bit) relative to this directory. See "Getting External
229- Sources" below for the easiest method to ensure Tcl/Tk is built.
227+ a pre-built Tcl/Tk installation is expected in ..\externals\tcltk
228+ (tcltk64 for 64-bit) relative to this directory. See "Getting
229+ External Sources" below for the easiest method to ensure Tcl/Tk is
230+ built.
230231
231232
232233Getting External Sources
@@ -246,12 +247,12 @@ directory from ..\, i.e.:
246247This extracts all the external sub-projects from
247248 http://svn.python.org/projects/external
248249via Subversion (so you'll need an svn.exe on your PATH) and places them
249- in ..\.. (relative to this directory).
250+ in ..\externals (relative to this directory).
250251
251252It is also possible to download sources from each project's homepage,
252253though you may have to change the names of some folders in order to make
253254things work. For instance, if you were to download a version 5.0.7 of
254- XZ Utils, you would need to extract the archive into ..\.. \xz-5.0.5
255+ XZ Utils, you would need to extract the archive into ..\externals \xz-5.0.5
255256anyway, since that is where the solution is set to look for xz. The
256257same is true for all other external projects.
257258
@@ -268,7 +269,7 @@ The external-amd64.bat file contains this for tcl:
268269So for a release build, you'd call it as:
269270 nmake -f makefile.vc MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 clean all install
270271
271- Note that the above command is called from within ..\.. \tcl-8.6.1.0\win
272+ Note that the above command is called from within ..\externals \tcl-8.6.1.0\win
272273(relative to this directory); don't forget to build Tk as well as Tcl!
273274
274275This will be cleaned up in the future; http://bugs.python.org/issue15968
0 commit comments