diff options
-rw-r--r-- | doc/install.html | 7 |
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 | |||
217 | make PREFIX=/home/myself/lj2 | 217 | make PREFIX=/home/myself/lj2 |
218 | </pre> | 218 | </pre> |
219 | <p> | 219 | <p> |
220 | Note for macOS: you must set the <tt>MACOSX_DEPLOYMENT_TARGET</tt> | 220 | Note for macOS: you <b>must</b> set the <tt>MACOSX_DEPLOYMENT_TARGET</tt> |
221 | environment variable to a value supported by your toolchain. | 221 | environment variable to a value supported by your toolchain: |
222 | </p> | 222 | </p> |
223 | <pre class="code"> | ||
224 | MACOSX_DEPLOYMENT_TARGET=XX.YY make | ||
225 | </pre> | ||
223 | <h3>Installing LuaJIT</h3> | 226 | <h3>Installing LuaJIT</h3> |
224 | <p> | 227 | <p> |
225 | The top-level Makefile installs LuaJIT by default under | 228 | The top-level Makefile installs LuaJIT by default under |