X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=INSTALL.md;h=707cf5178c83d47fceda53b6b4a2ebcf8324b205;hb=1c20c86780300c17e5e27802ecea29f8cc0ed49f;hp=8c61be11be43b7db576b2e933f8162f3384b5f9c;hpb=b641d017d8b587658cc1fee1274025e87424da3a;p=supertux.git diff --git a/INSTALL.md b/INSTALL.md index 8c61be11b..707cf5178 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -48,7 +48,10 @@ distributions. implementations on other systems like Mac OS X or windows should work. * GLEW +OR +* glbinding * Boost's smart_ptr and format headers +* cURL Note: We tried to write our code clean, portable and platform neutral, so it should be possible to compile it on a wide range of platforms @@ -57,6 +60,12 @@ to test other setups and it is likely that you hit small problems. Reports and binary compiled packages are of course always welcome. Send them to supertux-devel@lists.lethargik.org +Note about glbinding: To use glbinding instead of GLEW, open +CMakeLists.txt and change this line from +OPTION(GLBINDING_ENABLED "Use glbinding instead of GLEW" OFF) +to +OPTION(GLBINDING_ENABLED "Use glbinding instead of GLEW" ON) + Installing under Linux/UNIX using CMake ---------------------------------------