Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 913 Bytes

File metadata and controls

20 lines (12 loc) · 913 Bytes

luaToEXE

New project: luainstaller as an upgraded replacement: provided as a Python library, including dependency analysis, cross‑platform support, command‑line tools, and a graphical interface.

The luaToEXE project provides several ready-to-use tools for compiling .lua files into standalone, dependency-free .exe executables.
These include:

  1. Command-line tool: exelua
  2. Python library: lua-to-exe

Please refer to the respective documentation for usage tutorials.

Platform limitation: Windows 32/64-bit
Supported Lua versions: See the query function provided by each sub-tool


The conversion capability of this project is based on:

  • srlua: A tool for packaging .lua files into directly executable .exe files.