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: