From 95e420bb15b1bad33b54bd1a5e2e32388a2cc922 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 14 Feb 2010 12:41:56 -0500 Subject: [PATCH] Build - Lua - Modified the with_lua script to include Ubuntu 9.10 details. --- with_lua | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/with_lua b/with_lua index 727d9abb3..c4ee5cae2 100755 --- a/with_lua +++ b/with_lua @@ -1,14 +1,20 @@ # This is currently what is required to build with Lua. # OSX: -autoreconf -f +# Command: ./configure --with-lua # Cygwin 1.5: -#autoreconf -f +# Command: #./configure # Cygwin 1.7: -#autoreconf -f +# 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 +