From 7f0fe473914bea79b95e5926d6b78cd7c574c23b Mon Sep 17 00:00:00 2001 From: Tobias Markus Date: Mon, 25 Aug 2014 23:16:14 +0200 Subject: [PATCH] Adding note about optional glbinding dependency and how to configure for it --- INSTALL.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 --------------------------------------- -- 2.11.0