From a4709f27d41abc2be577ef8217e764d05746cda8 Mon Sep 17 00:00:00 2001 From: drh <> Date: Wed, 23 Aug 2023 18:29:41 +0000 Subject: [PATCH] More changes to documents for GitHub-style markdown. FossilOrigin-Name: f20f84ef717cea11f92d6a1ab3b4e0fec5752b7ec98ad5b59e06745e7e25b6ee --- doc/compile-for-windows.md | 8 ++++---- manifest | 12 ++++++------ manifest.uuid | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/compile-for-windows.md b/doc/compile-for-windows.md index b9adf44986..0bd39d21f1 100644 --- a/doc/compile-for-windows.md +++ b/doc/compile-for-windows.md @@ -30,13 +30,13 @@ canonical source on a new Windows 11 PC, as of 2023-08-16: of the source tree.
  • Run: `nmake /f makefile.vc release`
  • Run: `nmake /f makefile.vc INSTALLDIR=c:\Tcl install` -
  • CD to c:\\Tcl\\lib. In that subfolder make a copy of the +
  • CD to `c:\Tcl\lib`. In that subfolder make a copy of the "`tcl86t.lib`" file to the alternative name "`tcl86.lib`" (omitting the second 't'). Leave the copy in the same directory as the original. -
  • CD to c:\\Tcl\\bin. Make a copy of the "`tclsh86t.exe`" +
  • CD to `c:\Tcl\bin`. Make a copy of the "`tclsh86t.exe`" file into "`tclsh.exe`" (without the "86t") in the same directory. -
  • Add c:\\Tcl\\bin to your %PATH%. To do this, go to Settings +
  • Add `c:\Tcl\bin` to your %PATH%. To do this, go to Settings and search for "path". Select "edit environment variables for your account" and modify your default PATH accordingly. You will need to close and reopen your command prompts after @@ -77,7 +77,7 @@ following minor changes:
  • `c:\tcl32` ← 32-bit - 3. Ensure that c:\\tcl32\\bin comes before c:\\tcl\\bin on + 3. Ensure that `c:\tcl32\bin` comes before `c:\tcl\bin` on your PATH environment variable. You can achieve this using a command like: