From 8caa1163254a7c4918faf81f676bf300ac8c3edd Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Tue, 9 Jul 2013 19:06:38 +0100 Subject: [PATCH] README: misc updates Reviewed-by: Neil Roberts (cherry picked from commit 141014b50a3106d58f476b562aeb87c087ac31c8) --- README.in | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.in b/README.in index 914459eb2..5453eece0 100644 --- a/README.in +++ b/README.in @@ -30,12 +30,13 @@ REQUIREMENTS Cogl currently only requires: - • GLib ≥ @GLIB_REQ_VERSION@ • OpenGL ≥ 1.3 (or 1.2 + multitexturing), or OpenGL ES 2.0 (or 1.1) • GLX, AGL, WGL or an EGL implementation Cogl also has optional dependencies: + • GLib ≥ @GLIB_REQ_VERSION@ + - for gtype integration • GDK-Pixbuf ≥ @GDK_PIXBUF_REQ_VERSION@ - for image loading • Cairo ≥ @CAIRO_REQ_VERSION@ @@ -45,6 +46,10 @@ The optional Cogl Pango library requires: • Cairo ≥ @CAIRO_REQ_VERSION@ • PangoCairo ≥ @PANGOCAIRO_REQ_VERSION@ +The optional Cogl GStreamer library requires: + + • GStreamer 1.0 + On X11, Cogl depends on the following extensions • XComposite ≥ @XCOMPOSITE_REQ_VERSION@ @@ -96,12 +101,11 @@ The 1.x stable API is documented here: The 1.x development API is documented here: - http://developer.gnome.org/cogl/1.$(COGL_1_MINOR_VERSION) + http://developer.gnome.org/cogl/1.@COGL_1_MINOR_VERSION@ -The experimental 2.0 API is currently not hosted online but can be built -by passing the --enable-gtk-doc option to ./configure when building -and the documentation can then be found under -doc/reference/cogl-2.0-experimental/html/index.html +The experimental 2.0 API is documented here: + + http://cogl3d.org/cogl2-reference/ -- LICENSE