From 89a374350a5241bbba34f1b1f338e66bdc21d38e Mon Sep 17 00:00:00 2001 From: Zijie He Date: Fri, 18 Mar 2016 16:33:14 -0700 Subject: [PATCH] Update README.md to include libc6-dev-i386 in to debian package requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc069a50e..540b4fc94 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Users of Debian and Ubuntu can install the required packages using: ``` sudo apt-get install build-essential git patch wget unzip \ gettext autoconf cmake libtool nasm luarocks \ -libssl-dev libffi-dev libsdl2-dev linux-libc-dev:i386 +libssl-dev libffi-dev libsdl2-dev libc6-dev-i386 linux-libc-dev:i386 ``` Note that the `linux-libc-dev:i386` package is only necessary for x86_64 machines.