From: Tobias Markus Date: Mon, 25 Aug 2014 21:16:14 +0000 (+0200) Subject: Adding note about optional glbinding dependency and how to configure for it X-Git-Url: https://git.octo.it/?p=supertux.git;a=commitdiff_plain;h=7f0fe473914bea79b95e5926d6b78cd7c574c23b Adding note about optional glbinding dependency and how to configure for it --- diff --git a/INSTALL.md b/INSTALL.md index 8ce735728..707cf5178 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -48,6 +48,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 +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 ---------------------------------------