taskwarrior/with_lua
Paul Beckingham 95e420bb15 Build - Lua
- Modified the with_lua script to include Ubuntu 9.10 details.
2010-02-14 12:41:56 -05:00

20 lines
431 B
Text
Executable file

# This is currently what is required to build with Lua.
# OSX:
# Command:
./configure --with-lua
# Cygwin 1.5:
# Command:
#./configure
# Cygwin 1.7:
# Command:
#./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