Update README.md (fixed #296)

This commit is contained in:
Tomoaki KAWADA 2014-07-17 13:22:56 +09:00
parent 3d96b9637e
commit 6cb84ed7e6

View File

@ -42,7 +42,7 @@ GCC 4.8 / Clang 3.2 or later is recommended because OpenSpades relies on C++11 f
3. Download & install `SDL2_image-2.0.0`
```bash
wget https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.0.tar.gz
tar-zxvf SDL2_image-2.0.0.tar.gz
tar -zxvf SDL2_image-2.0.0.tar.gz
cd SDL2_image-2.0.0/
./configure && make && sudo make install
cd ../