diff options
author | Mike Pall <mike> | 2021-01-12 12:59:54 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2021-01-12 12:59:54 +0100 |
commit | 9b000309cc3d845cd9fd8b69d03dc263adaa8985 (patch) | |
tree | 0d7146e3eee890d8ba1b4ef1631a0512e11120fb | |
parent | f47c864b0186fc92a2264e68e1151d0d2b24969e (diff) | |
download | luajit-9b000309cc3d845cd9fd8b69d03dc263adaa8985.tar.gz luajit-9b000309cc3d845cd9fd8b69d03dc263adaa8985.tar.bz2 luajit-9b000309cc3d845cd9fd8b69d03dc263adaa8985.zip |
Clarify macOS build instructions.
-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 |