diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-02-12 11:50:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-02-12 11:50:46 (GMT) |
commit | 72cbea158c57a14352475927c987183fd327867c (patch) | |
tree | fba0fa617b22596f52f0717c07d933aae2e3cc6b /win/README | |
parent | 6f3d1fca00e9607d626afdd28dc3757f05f0c9bb (diff) | |
parent | fcdb9b937d46cb127318a77be883fb3f6844d643 (diff) | |
download | tcl-72cbea158c57a14352475927c987183fd327867c.zip tcl-72cbea158c57a14352475927c987183fd327867c.tar.gz tcl-72cbea158c57a14352475927c987183fd327867c.tar.bz2 |
Merge 8.7
Diffstat (limited to 'win/README')
-rw-r--r-- | win/README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -56,6 +56,13 @@ using it, are in the comments of "makefile.vc". A quick example would be: There is also a Developer Studio workspace and project file, too, if you would like to use them. +If you want to Cross-compile with Visual Studio (e.g. for X86 or ARM64 +targets, but running on AMD64), first set up the environment for +your host machine and compile nmakehlp.exe: + C:\tcl_source\win\>nmake -f makefile.vc nmakehlp +Then go to your cross-compile environment and run the nmake +command again for whatever you want to build. + If you are building with Linux, Cygwin or Msys, you can use the configure script that lives in the win subdirectory. The Linux/Cygwin/Msys based configure/build process works just like the UNIX one, so you will want |