[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Binaries vs. INSTALL for Lua 5.1
- From: "Hisham Muhammad" <hisham.hm@...>
- Date: Wed, 14 Nov 2007 11:23:36 -0200
On Nov 14, 2007 12:11 AM, Tim Johnson <tim@johnsons-web.com> wrote:
> I have Lua 5.1.2 installed on Kubuntu 7.10 (gutsy).
> I'm interested in installing kepler.
> Running configure for kepler gives me a message saying that
> I need a "LuaBinaries-compliant build of Lua".
Actually, you can use vanilla Lua. Make sure lua is in your path and
use --lua-suffix= (with nothing after the = sign) so that configure
looks for "lua" and not "lua5.1".
Hope that helps,
-- Hisham