Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 448 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 448 Bytes

tolua_runtime

Build

  • Windows 32-bit: build_windows_32.sh (MSYS2 mingw32 toolchain)
  • Windows 64-bit: build_windows_64.sh (MSYS2 mingw64 toolchain)
  • Linux 64-bit: build_linux.sh (GCC)
  • Android armeabi: build_android_armeabi.sh (MSYS2 mingw32 toolchain / GCC 32-bit toolchain)
  • Android arm64: build_android_arm64.sh (MSYS2 mingw64 toolchain / GCC 64-bit toolchain)
  • macOS: build_macos.sh (Xcode)
  • iOS: build_ios.sh (Xcode)