8000 GitHub - starwing/luabuild: scripts for build Lua on Windows.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

starwing/luabuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua build for Windows

AutoBuild

Build

  • Open Visual Studio Developer Prompt
  • Build single executable Lua:
    cl /Fesrc/lua.exe -I../src src/one.c Advapi32.lib
  • Build dist:
    src\lua src\luabuild.lua vs_rel_pdb

Extensions

call builtin() function to load built-in module.

Module URL
lpath https://github.com/starwing/lpath
miniz https://github.com/starwing/lua-miniz

Build Type

Cmd Description
vs Build with Visual Studio
vs_dbg include *.pdb debug symbol
vs_rel using release profile
vs_rel_pdb 5FF1 using release profile and include *.pdb debug symbol
vs_rel_min Build minimal release
gcc Build with gcc (MinGW)
gcc_dbg Build with gcc and include debug symbol for gdb
gcc_rel Build with gcc and release profile

Download Links

Version Arch Link
5.1.5 x86 https://github.com/starwing/luabuild/releases/download/nightly/Lua-5.1.5-x86.exe
5.1.5 x64 https://github.com/starwing/luabuild/releases/download/nightly/Lua-5.1.5-x64.exe
5.2.4 x86 https://github.com/starwing/luabuild/releases/download/nightly/Lua-5.2.4-x86.exe
5.2.4 x64 https://github.com/starwing/luabuild/releases/download/nightly/Lua-5.2.4-x64.exe
5.3.6 x86 https://github.com/starwing/luabuild/releases/download/nightly/Lua-5.3.6-x86.exe
5.3.6 x64 https://github.com/starwing/luabuild/releases/download/nightly/Lua-5.3.6-x64.exe
5.4.7 x86 https://github.com/starwing/luabuild/releases/download/nightly/Lua-5.4.7-x86.exe
5.4.7 x64 https://github.com/starwing/luabuild/releases/download/nightly/Lua-5.4.7-x64.exe

About

scripts for build Lua on Windows.

Resources

Stars

Watchers

Forks

Packages

No packages published
0