Skip to content

Commit ffdfe60

Browse files
committed
Updated README.md and Lua Scripts submodule.
1 parent fc5186e commit ffdfe60

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
1-
# Lua for Open Watcom
1+
# Lua for Watcom
22

33
[![Lua for Watcom](https://github.com/Lethja/lua-watcom/actions/workflows/LuaWatcom.yml/badge.svg)](https://github.com/Lethja/lua-watcom/actions/workflows/LuaWatcom.yml)
4+
[![Lua Scripts](https://github.com/Lethja/lua-scripts/actions/workflows/LuaScripts.yml/badge.svg)](https://github.com/Lethja/lua-scripts/actions/workflows/LuaScripts.yml)
45

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.
818

919
## Download
1020

1121
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).
1325

1426
### Files
1527
There are two zips available for download in each release;

demo

0 commit comments

Comments
 (0)