aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/lua.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-04-21 00:20:23 +0200
committercbdev <cb@cbcdn.com>2020-04-21 00:20:23 +0200
commitbc275e10defe27e6d288ccf9125fe9b915168240 (patch)
treed27a955332d1d1c187352dbe9631117d4e93bfc0 /backends/lua.md
parent918fb606174dcf42553be65e3d2306996c52488f (diff)
downloadmidimonster-bc275e10defe27e6d288ccf9125fe9b915168240.tar.gz
midimonster-bc275e10defe27e6d288ccf9125fe9b915168240.tar.bz2
midimonster-bc275e10defe27e6d288ccf9125fe9b915168240.zip
Do not load lua backend automatically on Windows
Diffstat (limited to 'backends/lua.md')
-rw-r--r--backends/lua.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/backends/lua.md b/backends/lua.md
index e59e513..0a31dce 100644
--- a/backends/lua.md
+++ b/backends/lua.md
@@ -101,7 +101,6 @@ 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
-and run `make lua.dll` inside the `backends/` directory.
-
+Place this file in the project root directory and run `make lua.dll` inside the `backends/` directory
+to build the backend.
At runtime, Windows searches for the file in the same directory as `midimonster.exe`.