From 187ccc2f96579b092c9ac8dc0426f85e6ea88ecf Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 21 Dec 2011 11:35:34 -0500 Subject: Updated section on compiling with LuaJIT for Mac OSX; doc/manual/12_Compiling.md --- doc/manual/12_Compiling.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/manual') 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 -- cgit v1.2.3