Enhancement - Hooks
- Added bare bones autoconf changes to support Lua. - Added API class from metatask.git. - Added skeleton Hooks class. - Added 'with_lua' helper script.
This commit is contained in:
6
with_lua
Executable file
6
with_lua
Executable file
@@ -0,0 +1,6 @@
|
||||
# This is currently what is required to build with Lua.
|
||||
|
||||
#./configure --enable-lua=yes --with-lua --with-lua-inc=/usr/local/include --with-lua-lib=/usr/local/lib
|
||||
#./configure --enable-lua --with-lua --with-lua-inc=/usr/local/include --with-lua-lib=/usr/local/lib
|
||||
./configure --enable-lua --with-lua-inc=/usr/local/include --with-lua-lib=/usr/local/lib
|
||||
|
||||
Reference in New Issue
Block a user