add note about adding 32bit arch to Debian/Ubuntu

This commit is contained in:
Pavol Rusnak 2016-10-03 20:20:59 +02:00
parent b7f378376b
commit 2453b4d0b6
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
####Debian/Ubuntu
```
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libsdl2-dev:i386
make build_unix
```