diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2016-10-18 17:31:55 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2016-10-18 17:31:55 (GMT) |
commit | 39e34335fb6eb6eaf2b7ee51ccf172006dd46fbb (patch) | |
tree | 8e5374666c7f0b3017176ec9d6e6b6eae0dcabac /tk8.6/win/README | |
parent | 066971b1e6e77991d9161bb0216a63ba94ea04f9 (diff) | |
parent | 6b095f3c8521ca7215e6ff5dcbada52b197ef7d0 (diff) | |
download | blt-39e34335fb6eb6eaf2b7ee51ccf172006dd46fbb.zip blt-39e34335fb6eb6eaf2b7ee51ccf172006dd46fbb.tar.gz blt-39e34335fb6eb6eaf2b7ee51ccf172006dd46fbb.tar.bz2 |
Merge commit '6b095f3c8521ca7215e6ff5dcbada52b197ef7d0' as 'tk8.6'
Diffstat (limited to 'tk8.6/win/README')
-rw-r--r-- | tk8.6/win/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tk8.6/win/README b/tk8.6/win/README new file mode 100644 index 0000000..8670446 --- /dev/null +++ b/tk8.6/win/README @@ -0,0 +1,21 @@ +Tk 8.6 for Windows + +Originally by Scott Stanton while at Sun Microsystems Labs + +This is the directory where you configure and compile the Windows +version of Tk. This directory also contains source files for Tk +that are specific to Microsoft Windows. The rest of this file +contains information specific to the Windows version of Tk. + +Please see the README and win/README files that come with the +associated Tcl release for an extensive set of pointers to +documentation. You will need to obtain and compile the +Tcl release before using the Tk source distrition. + +If you install the Tk sources next to the Tcl sources, then +the Tk Makefiles (e.g., makefile.vc for VC++) will properly +locate the necessary Tcl files. Otherwise you may need to +edit makefile.vc and adjust the path to Tcl accordingly. + +Information about compiling for windows is maintained at: + http://www.tcl.tk/doc/howto/compile.html |