aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/install.html18
1 files changed, 5 insertions, 13 deletions
diff --git a/doc/install.html b/doc/install.html
index d1dbc10a..051d755e 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -117,7 +117,7 @@ hold all user-configurable settings:
117<li><tt>Makefile</tt> has settings for <b>installing</b> LuaJIT (POSIX 117<li><tt>Makefile</tt> has settings for <b>installing</b> LuaJIT (POSIX
118only).</li> 118only).</li>
119<li><tt>src/Makefile</tt> has settings for <b>compiling</b> LuaJIT 119<li><tt>src/Makefile</tt> has settings for <b>compiling</b> LuaJIT
120under POSIX, MinGW or Cygwin.</li> 120under POSIX or MinGW.</li>
121<li><tt>src/msvcbuild.bat</tt> has settings for compiling LuaJIT with 121<li><tt>src/msvcbuild.bat</tt> has settings for compiling LuaJIT with
122MSVC (Visual Studio).</li> 122MSVC (Visual Studio).</li>
123</ul> 123</ul>
@@ -195,10 +195,8 @@ Obviously the prefixes given during build and installation need to be the same.
195<h2 id="windows">Windows Systems</h2> 195<h2 id="windows">Windows Systems</h2>
196<h3>Prerequisites</h3> 196<h3>Prerequisites</h3>
197<p> 197<p>
198Either install one of the open source SDKs 198Either install the open source SDK <a href="http://mingw.org/"><span class="ext">&raquo;</span>&nbsp;MinGW</a>,
199(<a href="http://mingw.org/"><span class="ext">&raquo;</span>&nbsp;MinGW</a> or 199which comes with a modified GCC plus the required development headers.
200<a href="https://www.cygwin.com/"><span class="ext">&raquo;</span>&nbsp;Cygwin</a>), which come with a modified
201GCC plus the required development headers.
202Or install Microsoft's Visual Studio (MSVC). 200Or install Microsoft's Visual Studio (MSVC).
203</p> 201</p>
204<h3>Building with MSVC</h3> 202<h3>Building with MSVC</h3>
@@ -217,9 +215,9 @@ Then follow the installation instructions below.
217<p> 215<p>
218For an x64 to ARM64 cross-build run this first: <tt>vcvarsall.bat x64_arm64</tt> 216For an x64 to ARM64 cross-build run this first: <tt>vcvarsall.bat x64_arm64</tt>
219</p> 217</p>
220<h3>Building with MinGW or Cygwin</h3> 218<h3>Building with MinGW</h3>
221<p> 219<p>
222Open a command prompt window and make sure the MinGW or Cygwin programs 220Open a command prompt window and make sure the MinGW programs
223are in your path. Then <tt>cd</tt> to the directory of the git repository. 221are in your path. Then <tt>cd</tt> to the directory of the git repository.
224Then run this command for MinGW: 222Then run this command for MinGW:
225</p> 223</p>
@@ -227,12 +225,6 @@ Then run this command for MinGW:
227mingw32-make 225mingw32-make
228</pre> 226</pre>
229<p> 227<p>
230Or this command for Cygwin:
231</p>
232<pre class="code">
233make
234</pre>
235<p>
236Then follow the installation instructions below. 228Then follow the installation instructions below.
237</p> 229</p>
238<h3>Installing LuaJIT</h3> 230<h3>Installing LuaJIT</h3>