From 8daff42b3bcc9d59d7c87801b3926d8ed7c105a4 Mon Sep 17 00:00:00 2001 From: Neil Roberts <neil@linux.intel.com> Date: Mon, 18 Jan 2010 15:43:25 +0000 Subject: [PATCH] README: Clarify the required OpenGL version Cogl will not allow OpenGL 1.2 if it doesn't have the multitexturing extension so we should make this clear in the README. --- README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index 46674a119..6ac539fee 100644 --- a/README +++ b/README @@ -9,11 +9,16 @@ Clutter currently requires: • GLib >= 2.16.0 • Cairo >= 1.6 • PangoCairo >= 1.20 - • OpenGL >= 1.2, OpenGL ES 1.1 or OpenGL ES 2.0 + • OpenGL >= 1.3 or 1.2+multitexturing, OpenGL ES 1.1 or OpenGL ES 2.0 • GLX, SDL, WGL or an EGL Implementation • JSON-GLib >= 0.8 (optional) • GDK-Pixbuf >= 2.0 (optional) +When running the OpenGL flavor, Clutter requires at least version 1.3 +or 1.2 with the multitexturing extension. However to build, Clutter +requires the latest GL headers which can be obtained from +www.khronos.org. + If you are building the API reference you will also need: • GTK-Doc >= 1.11