lua-users home
lua-l archive

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


On 21 Jul, 2013, at 13:47 , steve donovan <steve.j.donovan@gmail.com> wrote:

> On Sun, Jul 21, 2013 at 1:09 PM, Carsten Troelsgaard <troelsgaard53c@live.dk> wrote:
> I have installed MinGW .. does that make vcredist_x86 superflous? Thinking of it it makes sense that MinGW might do what the vcredist_x86 does. 
> Anyway, I'll go and have a look at Batteries.
> 
> 
> You don't need a compiler to use the Batteries, it's Lua plus a whole bunch of common modules. (And you can use 'luadist install' to grab even more).  The problem with LfW is that it uses an old Microsoft runtime, whereas the Batteries do no't need a special runtime. (The Batteries are based on the module list from LfW and the few remaining gaps will be filled soon.)
> 
> All you have to do is unzip and put the bin directory on your path.


No dependencies are required for binary only LuaDist install, just unpack the zip and use. For support of source code based modules LuaDist additionally requires CMake and MinGW installation. Just make default installs of CMake (include it in PATH) and MinGW and you should be set.

Note: New binaries for Lua 5.2 and LuaJIT 2.0.2 will be available soon.

pd