Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
6c629957
Commit
6c629957
authored
Nov 15, 2002
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Repaired typos in the Tcl/Tk compilation instructions. Turns out they
work on Win98SE too (yay!).
parent
3a2cda87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
PCbuild/readme.txt
PCbuild/readme.txt
+6
-7
No files found.
PCbuild/readme.txt
View file @
6c629957
...
...
@@ -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 one
X
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment