update README for added Lua 5.1, 5.2, 5.3 support
This commit is contained in:
parent
7bb0d2b73f
commit
bbf8621d3e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ A standalone **L**ua **E**mbedded **S**cript **I**nterpreter
|
|||
|
||||
1. Compiler toolchain like Visual Studio Tools / MSYS2 MinGW / Linux
|
||||
2. Cmake
|
||||
3. lua 5.4 (older versions coming)
|
||||
3. Lua 5.1, 5.2, 5.3, 5.4, (luajit not supported yet)
|
||||
4. Build tool supported by cmake: ninja, mingw32-make, gnu make
|
||||
|
||||
## Usage
|
||||
|
|
Loading…
Reference in a new issue