diff options
author | Mike Pall <mike> | 2023-09-17 10:44:04 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2023-09-17 10:44:04 +0200 |
commit | e897c5743f97a6b05c59852709092e7da4119914 (patch) | |
tree | 53e74687899e4c8d1aa0cef79c797260189bc918 /doc | |
parent | 7a2b83a0c5d980bf3db0aeda33c79e7bb4b3da01 (diff) | |
download | luajit-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.html | 3 |
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 | |||
214 | Check the <tt>msvcbuild.bat</tt> file for more options. | 214 | Check the <tt>msvcbuild.bat</tt> file for more options. |
215 | Then follow the installation instructions below. | 215 | Then follow the installation instructions below. |
216 | </p> | 216 | </p> |
217 | <p> | ||
218 | For 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> |
219 | Open a command prompt window and make sure the MinGW or Cygwin programs | 222 | Open a command prompt window and make sure the MinGW or Cygwin programs |