Build System - with_lua
- Added Cygwin 1.5, 1.7 commands.
This commit is contained in:
12
with_lua
12
with_lua
@@ -1,6 +1,14 @@
|
|||||||
# This is currently what is required to build with Lua.
|
# This is currently what is required to build with Lua.
|
||||||
|
|
||||||
# OSX:
|
# OSX:
|
||||||
rm auto.h
|
autoreconf -f
|
||||||
./configure --enable-lua --with-lua-inc=/usr/local/include --with-lua-lib=/usr/local/lib
|
./configure --with-lua
|
||||||
|
|
||||||
|
# Cygwin 1.5:
|
||||||
|
#autoreconf -f
|
||||||
|
#./configure
|
||||||
|
|
||||||
|
# Cygwin 1.7:
|
||||||
|
#autoreconf -f
|
||||||
|
#./configure --with-ncurses --with-ncurses-inc=/usr/include/ncurses
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user