lua-users home
lua-l archive

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


See the readme [1]

 

A batch file that builds Lua from source on Windows. It supports Lua 5.1, 5.2 and 5.3 source trees, and compiles with MS and GCC compilers (tested with Visual Studio, WinSDK, MinGW, TDM32 and TDM64)

 

Just put the file in `.\etc\winmake.bat` and execute `etc\winmake`. It will auto detect the Lua version and the compiler available (compiler must be in the system path)

 

Could probably use some more testing. Any feedback is appreciated.

 

Thijs

 

[1] https://github.com/Tieske/luawinmake