GitXplorerGitXplorer
n

srlua-mingw

public
7 stars
0 forks
1 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

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.