diff options
author | 2011-12-21 11:35:34 -0500 | |
---|---|---|
committer | 2011-12-21 11:35:34 -0500 | |
commit | 187ccc2f96579b092c9ac8dc0426f85e6ea88ecf (patch) | |
tree | a4b4a81b64d5bc29702ddce0ff4e204b3eb7124a /doc | |
parent | 65ab05aeccd70f5fad99b1a86189e0f2aa76932c (diff) | |
download | textadept-187ccc2f96579b092c9ac8dc0426f85e6ea88ecf.tar.gz textadept-187ccc2f96579b092c9ac8dc0426f85e6ea88ecf.zip |
Updated section on compiling with LuaJIT for Mac OSX; doc/manual/12_Compiling.md
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/12_Compiling.md | 5 |
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 |