X-Git-Url: https://git.octo.it/?p=supertux.git;a=blobdiff_plain;f=INSTALL.md;h=dbfc4cf19739ba2ee3b115f77db37d6a77adb385;hp=8ce735728e9e80adfbe76121ff426e06474a96f5;hb=HEAD;hpb=094fde33ee71fd3b25cac1968665cab6d3f260a2 diff --git a/INSTALL.md b/INSTALL.md index 8ce735728..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,6 +47,8 @@ distributions. implementations on other systems like Mac OS X or windows should work. * GLEW +OR +* glbinding * Boost's smart_ptr and format headers * cURL @@ -58,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 ---------------------------------------