aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/manual/12_Compiling.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/manual/12_Compiling.md b/doc/manual/12_Compiling.md
index 3a8b5043..f52c3b0f 100644
--- a/doc/manual/12_Compiling.md
+++ b/doc/manual/12_Compiling.md
@@ -91,8 +91,9 @@ benefit performance-wise to justify it being Textadept's default runtime.
LuaJIT's [ffi library](http://luajit.org/ext_ffi.html), however, appears to be
useful for interfacing with external, non-Lua, libraries.
-You can compile Textadept with LuaJIT by running `make LUAJIT=1` for non-Windows
-systems and `make WIN32=1 LUAJIT=1` for Windows systems.
+You can compile Textadept with LuaJIT by running `make LUAJIT=1` for Linux
+systems, `make OSX=1 LUAJIT=1` for Mac OSX, and `make WIN32=1 LUAJIT=1` for
+Windows systems.
Please note that a `lua51.dll` is produced for Windows platforms because
limitations on external Lua library loading do not allow statically linking