[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to use Lua libraries in Ubuntu packages?
- From: "Matthew Wild" <mwild1@...>
- Date: Mon, 3 Nov 2008 02:40:51 +0000
On Mon, Nov 3, 2008 at 2:19 AM, František Fuka <fuka@fuxoft.cz> wrote:
> Hello there,
>
> can please someone enlighten me how should I use Lua libraries in existing
> Ubuntu 8.04 packages? I have unmodified Lua 5.1.1 and "bit" Lua library
> installed from Ubuntu packages and yet...
>
I have Ubuntu 8.04, and liblua5.1-bit0 installed. require("bit") works
just fine. I note though that you have Lua 5.1.1, yet 5.1.2 is the
latest in the Ubuntu repositories as far as I know...
Matthew.