[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Stdlib 34.1 released
- From: Dirk Laurie <dirk.laurie@...>
- Date: Mon, 1 Apr 2013 21:33:22 +0200
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.