aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Pall <mike>2023-09-17 10:44:04 +0200
committerMike Pall <mike>2023-09-17 10:44:04 +0200
commite897c5743f97a6b05c59852709092e7da4119914 (patch)
tree53e74687899e4c8d1aa0cef79c797260189bc918 /doc
parent7a2b83a0c5d980bf3db0aeda33c79e7bb4b3da01 (diff)
downloadluajit-e897c5743f97a6b05c59852709092e7da4119914.tar.gz
luajit-e897c5743f97a6b05c59852709092e7da4119914.tar.bz2
luajit-e897c5743f97a6b05c59852709092e7da4119914.zip
Windows/ARM64: Add MSVC cross-build support for x64 to ARM64.
Thanks to invertego. #1081
Diffstat (limited to 'doc')
-rw-r--r--doc/install.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/install.html b/doc/install.html
index 2c685c85..04bfe26d 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -214,6 +214,9 @@ msvcbuild
214Check the <tt>msvcbuild.bat</tt> file for more options. 214Check the <tt>msvcbuild.bat</tt> file for more options.
215Then follow the installation instructions below. 215Then follow the installation instructions below.
216</p> 216</p>
217<p>
218For an x64 to ARM64 cross-build run this first: <tt>vcvarsall.bat x64_arm64</tt>
219</p>
217<h3>Building with MinGW or Cygwin</h3> 220<h3>Building with MinGW or Cygwin</h3>
218<p> 221<p>
219Open a command prompt window and make sure the MinGW or Cygwin programs 222Open a command prompt window and make sure the MinGW or Cygwin programs