From 81eb5f8c499a47cd00321ea0ab588827262bf152 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Sat, 27 Mar 2021 10:41:01 +0100 Subject: [PATCH] Add Lua 5.1 to sample Debubuntu apt-get command (#7421) To ensure it gets installed. Cf. . --- doc/Building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Building.md b/doc/Building.md index da209a063..f0b96624d 100644 --- a/doc/Building.md +++ b/doc/Building.md @@ -22,7 +22,7 @@ Install the prerequisites using APT: ``` sudo apt-get install build-essential git patch wget unzip \ -gettext autoconf automake cmake libtool nasm ragel luarocks libsdl2-dev \ +gettext autoconf automake cmake libtool nasm ragel luarocks lua5.1 libsdl2-dev \ libssl-dev libffi-dev libsdl2-dev libc6-dev-i386 xutils-dev linux-libc-dev:i386 zlib1g:i386 ```