From d00e3910424ea61481303a75109fcf57fa5b1a2b Mon Sep 17 00:00:00 2001 From: chrox Date: Fri, 6 Nov 2015 23:11:21 +0800 Subject: [PATCH] fix #1699 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 683bb1218..631ffd969 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ and cross compiling. Users of Debian and Ubuntu can install the required packages using: ``` sudo apt-get install build-essential git patch wget unzip \ -autoconf cmake libtool nasm luarocks \ +gettext autoconf cmake libtool nasm luarocks \ libssl-dev libffi-dev libsdl2-dev linux-libc-dev:i386 ``` Note that the `linux-libc-dev:i386` package is only necessary for x86_64 machines.