summaryrefslogtreecommitdiffstats
path: root/win/README
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-12 11:50:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-12 11:50:46 (GMT)
commit72cbea158c57a14352475927c987183fd327867c (patch)
treefba0fa617b22596f52f0717c07d933aae2e3cc6b /win/README
parent6f3d1fca00e9607d626afdd28dc3757f05f0c9bb (diff)
parentfcdb9b937d46cb127318a77be883fb3f6844d643 (diff)
downloadtcl-72cbea158c57a14352475927c987183fd327867c.zip
tcl-72cbea158c57a14352475927c987183fd327867c.tar.gz
tcl-72cbea158c57a14352475927c987183fd327867c.tar.bz2
Merge 8.7
Diffstat (limited to 'win/README')
-rw-r--r--win/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/win/README b/win/README
index 6f73f69..25b90c1 100644
--- a/win/README
+++ b/win/README
@@ -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