asm95 / lua5-build

Build scripts for Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Repository containing a script to compile Lua 5.3.6 in Windows. It is based of @alain-riedinger's script.

The script will automatically download the source from a official mirror site.

Running

Tested on Windows 10 with Visual Studio 2019 and PowerShell, but should work in older versions. You can also use -v to enable verbose messages.

# build win-x86 binaries and libs
.\build.ps1 -arch x86
# build win-x64 binaries and libs
.\build.ps1 -arch x64
# use -clear to remove all built files
.\build.ps1 -clear

TODO

  • Support other systems such as Linux and MacOS

About

Build scripts for Lua

License:MIT License


Languages

Language:PowerShell 82.7%Language:Batchfile 17.3%