Merge pull request #367 from prosa100/patch-1

fix readme libalut-dev typo
This commit is contained in:
Tomoaki KAWADA 2015-06-20 03:44:43 +09:00
commit 8ce6c9f0cf

View File

@ -22,7 +22,7 @@ GCC 4.8 / Clang 3.2 or later is recommended because OpenSpades relies on C++11 f
1. Install dependencies:
*On Debian-derived distributions*:
```sudo apt-get install pkg-config libglew-dev libcurl3-openssl-dev libsdl2-dev libsdl2-image-dev lubalut-dev``` (because of a bug in some distributions, you might also
```sudo apt-get install pkg-config libglew-dev libcurl3-openssl-dev libsdl2-dev libsdl2-image-dev libalut-dev``` (because of a bug in some distributions, you might also
have to install more packages by ```sudo apt-get install libjpeg-dev libxinerama-dev libxft-dev```)