From f6dec7babb1b00a05eacc96e8fd3d186c5a60453 Mon Sep 17 00:00:00 2001
From: Albert Graef <aggraef@gmail.com>
Date: Tue, 13 Mar 2018 22:11:19 +0100
Subject: [PATCH] Add Lua to the dependency lists in the README.

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index fcc7666ed..1b7271042 100644
--- a/README.md
+++ b/README.md
@@ -113,7 +113,7 @@ Hard drive space required: *roughly 2.5 GB*
              swh-plugins mcp-plugins cmt blop slv2-jack omins rev-plugins \
              libslv2-dev dssi-utils vco-plugins wah-plugins fil-plugins \
              mda-lv2 libmp3lame-dev libspeex-dev libgsl0-dev \
-             portaudio19-dev python-dev libsmpeg0 libjpeg62-turbo \
+             portaudio19-dev liblua5.3-dev python-dev libsmpeg0 libjpeg62-turbo \
              flite1-dev libgsm1-dev libgtk2.0-dev git libstk0-dev \
              libsndobj-dev libfluidsynth-dev fluid-soundfont-gm byacc
 
@@ -164,6 +164,7 @@ Hard drive space required: *roughly 2 GB*
         brew install libtool
         brew install fftw
         brew install python
+        brew install lua
         brew install fluidsynth
         brew install lame
         brew install libvorbis
-- 
GitLab