/lua

The Lua repo, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests. Send issues/patches to the Lua mailing list https://www.lua.org/lua-l.html

Primary LanguageC

CI status

Lua

Lua is a powerful, efficient, lightweight, embeddable scripting language.

Setup

  • Common

    Install CMake

  • iOS

    Install Xcode

  • Android

    Install NDK

    Export ANDROID_NDK_ROOT

Build

  • iOS
./build_ios.sh
  • Android
./build_android.sh
  • Others
cmake -S . -B build
cmake --build build