aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/install.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/install.html b/doc/install.html
index b7217537..939fe101 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -217,9 +217,12 @@ You can add an extra prefix to the search paths by appending the
217make PREFIX=/home/myself/lj2 217make PREFIX=/home/myself/lj2
218</pre> 218</pre>
219<p> 219<p>
220Note for macOS: you must set the <tt>MACOSX_DEPLOYMENT_TARGET</tt> 220Note for macOS: you <b>must</b> set the <tt>MACOSX_DEPLOYMENT_TARGET</tt>
221environment variable to a value supported by your toolchain. 221environment variable to a value supported by your toolchain:
222</p> 222</p>
223<pre class="code">
224MACOSX_DEPLOYMENT_TARGET=XX.YY make
225</pre>
223<h3>Installing LuaJIT</h3> 226<h3>Installing LuaJIT</h3>
224<p> 227<p>
225The top-level Makefile installs LuaJIT by default under 228The top-level Makefile installs LuaJIT by default under