Skip to content

noahp/srlua-mingw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

srlua-mingw

Windows binaries for srlua, built with mingw+msys

Building

  1. Download and install mingw and msys (base configuration for each). I used msys 1.0 and mingw "TDM-GCC 4.7.1 32-bit".
  2. Add to windows path.
  3. Download srlua and matching lua source code.
  4. Configure the srlua Makefile (set lua source path, remove the -ldl option for ld, don't need it in mingw).
  5. launch msys.bat.
  6. Run make in the srlua distribution directory (use /c/ as C:)-

Output is glue.exe and srlua.exe.

License

Public domain, same as https://github.com/LuaDist/srlua.

About

Windows binaries for srlua, build with mingw+msys

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages