From d574abf032da350f1208d9480d24c51187bc7c63 Mon Sep 17 00:00:00 2001 From: cbdev Date: Fri, 28 Feb 2020 19:00:58 +0100 Subject: Minor documentation fix --- backends/lua.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'backends/lua.md') diff --git a/backends/lua.md b/backends/lua.md index b936a99..d2552e0 100644 --- a/backends/lua.md +++ b/backends/lua.md @@ -65,9 +65,10 @@ Using these names as arguments to the output and value interface functions works Output values will not trigger corresponding input event handlers unless the channel is mapped back in the MIDIMonster configuration. -To build (and run) the `lua` backend on Windows, a compiled version of the Lua library is required. +To build (and run) the `lua` backend on Windows, a compiled version of the Lua 5.3 library is required. For various reasons (legal, separations of concern, not wanting to ship binary data in the repository), -you will need to acquire a copy of `lua53.dll` (for example by downloading it from the [luabinaries +the MIDIMonster project can not provide this file within this repository. +You will need to acquire a copy of `lua53.dll`, for example by downloading it from the [luabinaries project](http://luabinaries.sourceforge.net/download.html). To build the `lua` backend for Windows, place `lua53.dll` in a subdirectory `libs/` in the project root -- cgit v1.2.3