lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.