Build - Lua
- Modified the with_lua script to include Ubuntu 9.10 details.
This commit is contained in:
12
with_lua
12
with_lua
@@ -1,14 +1,20 @@
|
|||||||
# This is currently what is required to build with Lua.
|
# This is currently what is required to build with Lua.
|
||||||
|
|
||||||
# OSX:
|
# OSX:
|
||||||
autoreconf -f
|
# Command:
|
||||||
./configure --with-lua
|
./configure --with-lua
|
||||||
|
|
||||||
# Cygwin 1.5:
|
# Cygwin 1.5:
|
||||||
#autoreconf -f
|
# Command:
|
||||||
#./configure
|
#./configure
|
||||||
|
|
||||||
# Cygwin 1.7:
|
# Cygwin 1.7:
|
||||||
#autoreconf -f
|
# Command:
|
||||||
#./configure --with-ncurses --with-ncurses-inc=/usr/include/ncurses
|
#./configure --with-ncurses --with-ncurses-inc=/usr/include/ncurses
|
||||||
|
|
||||||
|
# Ubuntu 9.10:
|
||||||
|
# sudo apt-get install lualib5.1-0-dev
|
||||||
|
# The library name is also liblua5.1.a, with no symlink to liblua.a.
|
||||||
|
# Command:
|
||||||
|
# ./configure --with-lua --with-lua-inc=/usr/include/lua5.1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user