[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re[2]: A "collaborative book" on Lua? (or: Bruce Eckel's take on Lua)
- From: Gunnar Zötl <gz@...>
- Date: Thu, 6 Feb 2003 11:26:56 +0100
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