Skip to content
forked from LuaDist/lua

The Lua programming language with CMake based build

Notifications You must be signed in to change notification settings

xiaobin83/lua

Repository files navigation

This is Lua 5.3.3, released on 30 May 2016. Build Status

For installation instructions, license details, and further information about Lua, see doc/readme.html.

Build for Android, cmake.exe -G"MinGW Makefiles" -DCMAKE_TOOLCHAIN_FILE=pathto/cmake/android/android.toolchain.cmake -DCMAKE_MAKE_PROGRAM="$ANDROID_NDK/prebuilt/windows-x86_64/bin/make.exe" -DCMAKE_BUILD_TYPE=Release -DANDROID_ABI="armeabi-v7a" -DLUA_USE_ANDROID=On -DANDROID_NATIVE_API_LEVEL=android-15 path/to/source && cmake --build .

About

The Lua programming language with CMake based build

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C80.6%
  • HTML6.2%
  • Lua5.5%
  • CMake3.8%
  • C++2.6%
  • Makefile1.2%
  • Shell0.1%