X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=INSTALL.md;h=dbfc4cf19739ba2ee3b115f77db37d6a77adb385;hb=b9f40748d04747d81cf79812a900e380d8f45c72;hp=8c61be11be43b7db576b2e933f8162f3384b5f9c;hpb=b641d017d8b587658cc1fee1274025e87424da3a;p=supertux.git diff --git a/INSTALL.md b/INSTALL.md index 8c61be11b..dbfc4cf19 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -37,9 +37,8 @@ distributions. specific to your graphics card. Make sure that you have hardware accelerated OpenGL drivers installed. Software renderers like Mesa will make SuperTux unplayable slow. -* SDL 1.2.5 or later (1.2.8 is recommended on Mac OS X) - -* SDL_image (any version that includes PNG and JPEG support) +* SDL2 2.0.0 or later +* SDL2_image (2.0.0 or later) * PhysicsFS (1.0.x or 2.0.x) * OpenAL: There are no official Linux releases of OpenAL yet, you @@ -48,7 +47,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 +59,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 ---------------------------------------