Windows binaries for srlua, built with mingw+msys
- Download and install mingw and msys (base configuration for each). I used msys 1.0 and mingw "TDM-GCC 4.7.1 32-bit".
- Add to windows path.
- Download srlua and matching lua source code.
- Configure the srlua Makefile (set lua source path, remove the
-ldl
option for ld, don't need it in mingw). - launch
msys.bat
. - Run
make
in the srlua distribution directory (use/c/
as C:)-
Output is glue.exe and srlua.exe.
Public domain, same as https://github.com/LuaDist/srlua.