]> git.lizzy.rs Git - dragonblocks_alpha.git/commitdiff
Add note to install lua
authorElias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com>
Mon, 16 May 2022 16:48:57 +0000 (18:48 +0200)
committerGitHub <noreply@github.com>
Mon, 16 May 2022 16:48:57 +0000 (18:48 +0200)
BUILDING.md

index 7dd2bfe2586d00af66bf0d1b4225b995b1528a09..79243ec7168e4fbe9b782b0fd074481855997a89 100644 (file)
@@ -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: