aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/12_Compiling.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-12-21 11:35:34 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2011-12-21 11:35:34 -0500
commit187ccc2f96579b092c9ac8dc0426f85e6ea88ecf (patch)
treea4b4a81b64d5bc29702ddce0ff4e204b3eb7124a /doc/manual/12_Compiling.md
parent65ab05aeccd70f5fad99b1a86189e0f2aa76932c (diff)
downloadtextadept-187ccc2f96579b092c9ac8dc0426f85e6ea88ecf.tar.gz
textadept-187ccc2f96579b092c9ac8dc0426f85e6ea88ecf.zip
Updated section on compiling with LuaJIT for Mac OSX; doc/manual/12_Compiling.md
Diffstat (limited to 'doc/manual/12_Compiling.md')
-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