Merge pull request #220 from noway421/update_readme

Updated readme
This commit is contained in:
yvt 2014-04-01 02:29:08 +09:00
commit a3af835625

View File

@ -22,8 +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 libfltk1.3-dev
libglew-dev libcurl3-openssl-dev``` (because of a bug in some distributions, you might also
```sudo apt-get install pkg-config libglew-dev libcurl3-openssl-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```)