Re: Lua Binaries vs. INSTALL for Lua 5.1
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua Binaries vs. INSTALL for Lua 5.1
- From: Tim Johnson <tim@...>
- Date: 2007年11月15日 17:07:35 -0900
On Thursday 15 November 2007, Hisham Muhammad wrote:
> No, you really can use vanilla Lua. If your Lua is not installed in
> /usr, use --with-lua=<DIR> (eg, --with-lua=/usr/local). If it still
> can't find your headers and/or libraries, point to their specific
> directories with --with-lua-include and --with-lua-lib.
yes indeed. That worked. More to do, but you got me started.
Thank you Hisham
TJ