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 6005409e..29d43687 100644 --- a/doc/install.html +++ b/doc/install.html | |||
@@ -208,9 +208,12 @@ You can add an extra prefix to the search paths by appending the | |||
208 | make PREFIX=/home/myself/lj2 | 208 | make PREFIX=/home/myself/lj2 |
209 | </pre> | 209 | </pre> |
210 | <p> | 210 | <p> |
211 | Note for macOS: you must set the <tt>MACOSX_DEPLOYMENT_TARGET</tt> | 211 | Note for macOS: you <b>must</b> set the <tt>MACOSX_DEPLOYMENT_TARGET</tt> |
212 | environment variable to a value supported by your toolchain. | 212 | environment variable to a value supported by your toolchain: |
213 | </p> | 213 | </p> |
214 | <pre class="code"> | ||
215 | MACOSX_DEPLOYMENT_TARGET=XX.YY make | ||
216 | </pre> | ||
214 | <h3>Installing LuaJIT</h3> | 217 | <h3>Installing LuaJIT</h3> |
215 | <p> | 218 | <p> |
216 | The top-level Makefile installs LuaJIT by default under | 219 | The top-level Makefile installs LuaJIT by default under |