File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ Download the latest binaries from the [Releases page](https://github.com/dyne/lu
4242
4343### Windows x64
4444
45- | Lua Version | Interpreter | Compiler |
46- | ----------- | ----------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
47- | 5.1 | [ lua51.exe] ( https://github.com/dyne/luabinaries/releases/latest/download/lua51.exe ) | [ luac51.exe] ( https://github.com/dyne/luabinaries/releases/latest/download/luac51.exe ) |
48- | 5.3 | [ lua53.exe] ( https://github.com/dyne/luabinaries/releases/latest/download/lua53.exe ) | [ luac53.exe] ( https://github.com/dyne/luabinaries/releases/latest/download/luac53.exe ) |
49- | 5.4 | [ lua54.exe] ( https://github.com/dyne/luabinaries/releases/latest/download/lua54.exe ) | [ luac54.exe] ( https://github.com/dyne/luabinaries/releases/latest/download/luac54.exe ) |
50- | 5.5 | [ lua55.exe] ( https://github.com/dyne/luabinaries/releases/latest/download/lua55.exe ) | [ luac55.exe] ( https://github.com/dyne/luabinaries/releases/latest/download/luac55.exe ) |
45+ | Lua Version | Interpreter | Compiler | Shared library |
46+ | ----------- | ----------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
47+ | 5.1 | [ lua51.exe] ( https://github.com/dyne/luabinaries/releases/latest/download/lua51.exe ) | [ luac51.exe] ( https://github.com/dyne/luabinaries/releases/latest/download/luac51.exe ) | [ lua51.dll ] ( https://github.com/dyne/luabinaries/releases/latest/download/lua51.dll ) |
48+ | 5.3 | [ lua53.exe] ( https://github.com/dyne/luabinaries/releases/latest/download/lua53.exe ) | [ luac53.exe] ( https://github.com/dyne/luabinaries/releases/latest/download/luac53.exe ) | [ lua53.dll ] ( https://github.com/dyne/luabinaries/releases/latest/download/lua53.dll ) |
49+ | 5.4 | [ lua54.exe] ( https://github.com/dyne/luabinaries/releases/latest/download/lua54.exe ) | [ luac54.exe] ( https://github.com/dyne/luabinaries/releases/latest/download/luac54.exe ) | [ lua54.dll ] ( https://github.com/dyne/luabinaries/releases/latest/download/lua54.dll ) |
50+ | 5.5 | [ lua55.exe] ( https://github.com/dyne/luabinaries/releases/latest/download/lua55.exe ) | [ luac55.exe] ( https://github.com/dyne/luabinaries/releases/latest/download/luac55.exe ) | [ lua55.dll ] ( https://github.com/dyne/luabinaries/releases/latest/download/lua55.dll ) |
5151
5252### macOS x64 (Intel)
5353
You can’t perform that action at this time.
0 commit comments