GitXplorerGitXplorer
n

srlua-mingw

public
7 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
f84cf9245ef1625496dbe63080639407e8dbf8b7

add minimum necessary files

committed 10 years ago
Unverified
8a0afb1763d26a84a88e0ef6f70c89d75be9221a

Update README.md

nnoahp committed 10 years ago
Unverified
26d79461cf1e3635fb317871f49d6c641de2d1ad

Initial commit

nnoahp committed 10 years ago

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.