Build System - with_lua

- Added Cygwin 1.5, 1.7 commands.
This commit is contained in:
Paul Beckingham 2010-02-11 23:32:47 -05:00
parent 883e264319
commit 22d99806d0

View file

@ -1,6 +1,14 @@
# This is currently what is required to build with Lua.
# OSX:
rm auto.h
./configure --enable-lua --with-lua-inc=/usr/local/include --with-lua-lib=/usr/local/lib
autoreconf -f
./configure --with-lua
# Cygwin 1.5:
#autoreconf -f
#./configure
# Cygwin 1.7:
#autoreconf -f
#./configure --with-ncurses --with-ncurses-inc=/usr/include/ncurses