Skip to content

starwing/luabuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 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 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://nightly.link/starwing/luabuild/workflows/main/master/Lua-5.1.5-x86.zip
5.1.5 x64 https://nightly.link/starwing/luabuild/workflows/main/master/Lua-5.1.5-x64.zip
5.2.4 x86 https://nightly.link/starwing/luabuild/workflows/main/master/Lua-5.2.4-x86.zip
5.2.4 x64 https://nightly.link/starwing/luabuild/workflows/main/master/Lua-5.2.4-x64.zip
5.3.6 x86 https://nightly.link/starwing/luabuild/workflows/main/master/Lua-5.3.6-x86.zip
5.3.6 x64 https://nightly.link/starwing/luabuild/workflows/main/master/Lua-5.3.6-x64.zip
5.4.3 x86 https://nightly.link/starwing/luabuild/workflows/main/master/Lua-5.4.3-x86.zip
5.4.3 x64 https://nightly.link/starwing/luabuild/workflows/main/master/Lua-5.4.3-x64.zip

About

scripts for build Lua on Windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published