[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Stdlib 34.1 released
- From: "Gary V. Vaughan" <gary@...>
- Date: Tue, 2 Apr 2013 02:40:04 +0700
On 2 Apr 2013, at 02:33, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> 2013/4/1 Gary V. Vaughan <gary@vaughan.pe>:
>
>>
>>> You have several options:
>>>
>>> 1) Use Luarocks: luarocks install stdlib
>>> That's it! This is the easiest way to get stdlib by fare.
>
> That builds a 5.1 version. I want 5.2.
>
>>> autoreconf --force --verbose --install
>
> That works ... up to a point. I now have configure and Makefile.
> There is still no rockspec.
>
> 5) when you get to step 2, and have successfully run configure,
> you can generate the rockspecs with:
>
> make rockspecs
>
> That requires the module std. Chicken-and-egg.
But you have std already! :-p
LUA_PATH=`pwd`'/src/?.lua;;' make rockspecs
It's already fixed in master, and I forgot to backport it for
the 34.1 maintenance release.
Cheers,
--
Gary V. Vaughan (gary AT vaughan DOT pe)