Skip to content

Commit d6a92e1

Browse files
authored
Merge pull request #22 from deining/add-dll
README.md: add links to shared libraries (Windows)
2 parents 5f9408e + 0771f1a commit d6a92e1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)