|
1 | | -# Lua for Open Watcom |
| 1 | +# Lua for Watcom |
2 | 2 |
|
3 | 3 | [](https://github.com/Lethja/lua-watcom/actions/workflows/LuaWatcom.yml) |
| 4 | +[](https://github.com/Lethja/lua-scripts/actions/workflows/LuaScripts.yml) |
4 | 5 |
|
5 | | -This repository contains `wmake` style makefiles and patches to build [Lua](https://lua.org) on Open Watcom 1.9 or later. |
6 | | -The primary goal was to allow Lua scripts to be run on DOS systems in real mode but has expanded |
7 | | -to include all Open Watcom targets that don't require external dependencies to build. |
| 6 | +This repository contains `wmake` style makefiles and patches to build |
| 7 | +[Lua](https://lua.org) on Open Watcom 1.9 or later. |
| 8 | + |
| 9 | +Initially, the goal of the project was to allow modern Lua scripts |
| 10 | +to be run on DOS systems in real mode. |
| 11 | +The project has since expanded to include all Open Watcom targets |
| 12 | +that don't require external dependencies to build. |
| 13 | +Additionally, the simple scripts originally part of Lua for Open Watcoms |
| 14 | +disk images made to test these ports has been made into its own repository, |
| 15 | +[Lua Scripts](https://github.com/Lethja/lua-scripts). |
| 16 | +It includes several example and utility scripts |
| 17 | +that can be used on any Lua 5.4 interpreter, including Lua for Watcom. |
8 | 18 |
|
9 | 19 | ## Download |
10 | 20 |
|
11 | 21 | Pre-compiled builds are available on the |
12 | | -[Release](https://github.com/Lethja/lua-watcom/releases/latest) page. |
| 22 | +[Release](https://github.com/Lethja/lua-watcom/releases/latest) page. |
| 23 | +These releases are built from a |
| 24 | +[GitHub Action workflow](.github/workflows/LuaWatcom.yml). |
13 | 25 |
|
14 | 26 | ### Files |
15 | 27 | There are two zips available for download in each release; |
|
0 commit comments