diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-11-15 18:36:11 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-11-15 18:36:11 (GMT) |
commit | 6c629957fd801981854d725e56c9c52a582624f8 (patch) | |
tree | 72d2d94739f714fbaa4ec42397159aa42473ea3a /PCbuild | |
parent | 3a2cda876b58249d7f8444f5a2844100205299ee (diff) | |
download | cpython-6c629957fd801981854d725e56c9c52a582624f8.zip cpython-6c629957fd801981854d725e56c9c52a582624f8.tar.gz cpython-6c629957fd801981854d725e56c9c52a582624f8.tar.bz2 |
Repaired typos in the Tcl/Tk compilation instructions. Turns out they
work on Win98SE too (yay!).
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/readme.txt | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 5c8fdf6..1f61ec3 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -83,11 +83,11 @@ _tkinter tk841-src.zip Unzip into dist\tcl8.4.1\ - dist\tk\8.4.1\ + dist\tk8.4.1\ respectively. - Build Tcl first (done here w/ MSVC 6 on Win2K) - ---------------------------------------------- + Build Tcl first (done here w/ MSVC 6 on Win2K; also Win98SE) + --------------- cd dist\tcl8.4.1\win run vcvars32.bat [necessary even on Win2K] nmake -f makefile.vc @@ -98,15 +98,14 @@ _tkinter XXX Some tests failed in "nmake -f makefile.vc test". XXX Should rename destination directory to something more generic - XXX then tcl84. But unless I can backport 8.3.4 to the 2.2 line - XXX too, I've got to be able to build using more than oneX Tcl/Tk + XXX then tcl84. But unless I can backport 8.4.1 to the 2.2 line + XXX too, I've got to be able to build using more than one Tcl/Tk XXX release, and that effectively reserves the "tcl" directory name XXX for the duration. Nothing that requires thought is going to XXX work when it comes to release crunch times. - Build Tk - ------- + -------- cd dist\tk8.4.1\win nmake -f makefile.vc TCLDIR=..\..\tcl8.4.1 nmake -f makefile.vc TCLDIR=..\..\tcl8.4.1 INSTALLDIR=..\..\tcl84 install |