aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Pall <mike>2023-09-15 06:10:58 +0200
committerMike Pall <mike>2023-09-15 06:10:58 +0200
commit7a77a3cd85ed49498cc3b17e70c46ad518aebb72 (patch)
treedfddcadaffd4bf5292c4f3affd7a0416b1ac6688 /doc
parentbd2d10715165b89d30e46c5075aed725705dfe5b (diff)
downloadluajit-7a77a3cd85ed49498cc3b17e70c46ad518aebb72.tar.gz
luajit-7a77a3cd85ed49498cc3b17e70c46ad518aebb72.tar.bz2
luajit-7a77a3cd85ed49498cc3b17e70c46ad518aebb72.zip
Windows/ARM64: Update install docs.
Diffstat (limited to 'doc')
-rw-r--r--doc/install.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.html b/doc/install.html
index be721031..2c685c85 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -203,7 +203,7 @@ Or install Microsoft's Visual Studio (MSVC).
203</p> 203</p>
204<h3>Building with MSVC</h3> 204<h3>Building with MSVC</h3>
205<p> 205<p>
206Open a "Visual Studio Command Prompt" (either x86 or x64), <tt>cd</tt> to the 206Open a "Visual Studio Command Prompt" (x86, x64 or ARM64), <tt>cd</tt> to the
207directory with the source code and run these commands: 207directory with the source code and run these commands:
208</p> 208</p>
209<pre class="code"> 209<pre class="code">