lua-users home
lua-l archive

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


Paul Moore wrote:
As promised, here are my (very brief) notes on building Lua and a
selection of extensions with Mingw.

Thanks Paul - this is very helpful. I'm in the middle of trying
to convince LuaRocks to build mingw compatible modules, and these
notes will make things a lot easier in terms of figuring out
what source and libraries are required.

Eventually, my goal is to modify the .rockspec files to work
with a target platform called mingw, and to build modules
from source and without a makefile whenever possible.

Ralph