lua-users home
lua-l archive

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


MF> More interesting would be, if there are some "ready to build" archives
MF> packaged for freely available compilers for windows (I know of Borland 
MF> CC, MinGW, Cygwin).

I have built lua 5 with mingw. It was basically just a matter of
calling "make". I think the only change I made later was to change the
optimization settings in the file config. So it is "ready to build"
for mingw.

rgds,
Gunnar