From: Elias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com> Date: Mon, 16 May 2022 16:48:57 +0000 (+0200) Subject: Add note to install lua X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=5de55d8e5bf6850b9ae0603dd53ce09772a09fb8;p=dragonblocks_alpha.git Add note to install lua --- diff --git a/BUILDING.md b/BUILDING.md index 7dd2bfe..79243ec 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -1,7 +1,7 @@ # Building instructions ## Dependencies -You need Git, CMake, Lua, Bash and GCC. Make sure these dependencies are installed on your system. (on Debian based systems: `apt install git cmake build-essential`) +You need Git, CMake, Lua, Bash and GCC. Make sure these dependencies are installed on your system. (on Debian based systems: `apt install git cmake build-essential lua5.4`) All other dependencies are included as submodules, compiled automatically and statically linked. Make sure to clone the repository recursively: