Update README.md to include libc6-dev-i386 in to debian package requirement

This commit is contained in:
Zijie He
2016-03-18 16:33:14 -07:00
committed by Hzj_jie
parent e4a9fc9b02
commit 89a374350a

View File

@@ -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.