summaryrefslogtreecommitdiffstats
path: root/win/README
diff options
context:
space:
mode:
authorstanton <stanton>1999-04-24 01:50:46 (GMT)
committerstanton <stanton>1999-04-24 01:50:46 (GMT)
commit33b9462f0016ef41b6c303739ad7f53bc697430f (patch)
tree51fa2de010b339d9d837978fb86ce589f42a3d01 /win/README
parent561def0a476b2905df665d317583408e48cb8ff2 (diff)
downloadtk-33b9462f0016ef41b6c303739ad7f53bc697430f.zip
tk-33b9462f0016ef41b6c303739ad7f53bc697430f.tar.gz
tk-33b9462f0016ef41b6c303739ad7f53bc697430f.tar.bz2
merged 8.1.0 changes into mainline
Diffstat (limited to 'win/README')
-rw-r--r--win/README113
1 files changed, 11 insertions, 102 deletions
diff --git a/win/README b/win/README
index 8879da9..9d70bf2 100644
--- a/win/README
+++ b/win/README
@@ -4,113 +4,22 @@ by Scott Stanton
Scriptics Corporation
scott.stanton@scriptics.com
-RCS: @(#) $Id: README,v 1.9 1999/04/16 01:51:48 stanton Exp $
-
-1. Introduction
----------------
+RCS: @(#) $Id: README,v 1.10 1999/04/24 01:50:51 stanton Exp $
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.
-2. Distribution notes
----------------------
-
-Tk 8.1 for Windows is distributed in binary form in addition to the
-common source release. The binary distribution is a self-extracting
-archive with a built-in installation script.
-
-Look for the binary release in the same location as the source release
-(ftp.scriptics.com:/pub/tcl/tcl8_1 or any of the mirror sites). For most users,
-the binary release will be much easier to install and use. You only
-need the source release if you plan to modify the core of Tcl, or if
-you need to compile with a different compiler. With the addition of
-the dynamic loading interface, it is no longer necessary to have the
-source distribution in order to build and use extensions.
-
-3. Compiling Tk
-----------------
-
-In order to compile Tk for Windows, you need the following items:
-
- Tcl 8.1 Source Distribution (plus any patches)
- Tk 8.1 Source Distribution (plus any patches)
-
- The latest Win32 SDK header files
-
- Borland C++ 4.5 or later (32-bit compiler)
- or
- Visual C++ 2.x or later
-
-In practice, 8.1 was built with Visual C++ 5.0
-
-In the "win" subdirectory of the source release, you will find two
-files called "makefile.bc" and "makefile.vc". These are the makefiles
-for the Borland and Visual C++ compilers respectively. You should
-copy the appropriate one to "makefile" and update the paths at the top
-of the file to reflect your system configuration. Now you can use
-"make" (or "nmake" for VC++) to build the tk libraries and the wish
-executable.
-
-In order to use the binaries generated by these makefiles, you will
-need to place the Tk script library files someplace where Tk can
-find them. Tk looks in one of two places for the library files:
-
- 1) The environment variable "TK_LIBRARY".
-
- 2) In the lib\tk8.1 directory under the Tcl installation directory
- as specified in the registry:
-
- HKEY_LOCAL_MACHINE\SOFTWARE\Scriptics\Tcl\8.1\
-
- 2) Relative to the directory containing the current .exe.
- Tk will look for a directory "..\lib\tk8.1" relative to the
- directory containing the currently running .exe.
-
-Note that in order to run wish81.exe, you must ensure that tcl81.dll,
-tclpip81.dll, and tk81.dll are on your path, in the system directory,
-or in the directory containing wish81.exe.
-
-Note that Tk no longer supports Win32s.
-
-4. Test suite
--------------
-
-The Windows version of Tk does not pass many of the tests in the test
-suite. This is primarily due to dependencies in the test suite on the
-size of particular X fonts, and other X related features as well as
-problems with "exec". We will be working to develop a more general
-test suite for Tk under Windows, but for now, you will not be able to
-pass many of the tests.
-
-5. Known Bugs
--------------
-
-Here is the current list of known bugs/missing features for the
-Windows beta version of Tk:
-
-- There is no support for custom cursors/application icons. The core
- set of X cursors is supported, although you cannot change their color.
-- Stippling of arcs isn't implemented yet.
-- Some "wm" functions don't map to Windows and aren't implemented;
- others should map, but just aren't implemented. The worst offenders
- are the icon manipulation routines.
-- Color management on some displays doesn't work properly resulting in
- Tk switching to monochrome mode.
-- Tk seems to fail to draw anything on some Matrox Millenium cards.
-- Printing does not work for images (e.g. GIF) on a canvas.
-- Tk_dialog appears in the upper left corner. This is a symptom of a
- larger problem with "wm geometry" when applied to unmapped or
- iconified windows.
-- PPM images are using the wrong translation mode for writing to
- files, resulting in CR/LF terminated PPM files.
-- Tk crashes if the display depth changes while it is running. Tk
- also doesn't consistently track changes in the system colors.
-
-If you have comments or bug reports for the Windows version of Tk,
-please use our on-line bug form at:
+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.
-http://www.scriptics.com/support/bugForm.html
+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.
-or post them to the newsgroup comp.lang.tcl.
+Information about compiling for windows is maintained at:
+ http://www.scriptics.com/support/howto/compile.html