Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MSVC v142 with ARM64 C/C++ components are required for the build.

Tcl

  1. Clone https://github.com/tcltk/tcl

  2. Checkout core-8-6-branch

  3. Run following build commands

Code Block
cd win

nmake -f makefile.vc INSTALLDIR=<install path>

nmake -f makefile.vc install-binaries install-libraries

This will generate tcl binary and all required libraries and tools

Tk

  1. Clone https://github.com/tcltk/tk

  2. Checkout core-8-6-branch

  3. Set Tcl directory path

Code Block
$env:TCLDIR="<TCL Installation Path>"

...

This will generate Tk libraries

Binary availability and CI