pass86 / 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

Home Page:https://www.lua.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://www.lua.org/


Languages

Language:C 65.6%Language:Lua 31.5%Language:C++ 2.0%Language:Makefile 0.6%Language:Objective-C 0.1%Language:CMake 0.1%Language:Shell 0.0%