[cogl] README: misc updates



commit 141014b50a3106d58f476b562aeb87c087ac31c8
Author: Robert Bragg <robert linux intel com>
Date:   Tue Jul 9 19:06:38 2013 +0100

    README: misc updates
    
    Reviewed-by: Neil Roberts <neil linux intel com>

 README.in |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/README.in b/README.in
index 935ab84..e297dd4 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@
@@ -90,16 +95,17 @@ UProf is available from:
 DOCUMENTATION
 -------------------------------------------------------------------------------
 
-The API references for the latest stable release are available at:
+The 1.x stable API is documented here:
+
+   http://developer.gnome.org/cogl/stable/
 
-   http://docs.clutter-project.org/docs/cogl/stable/
+The 1.x development API is documented here:
 
-The experimental 2.0 API can be found here:
+  http://developer.gnome.org/cogl/1  COGL_1_MINOR_VERSION@
 
-   http://docs.clutter-project.org/docs/cogl-2.0-experimental/stable/
+The experimental 2.0 API is documented here:
 
-   Note: The confusing "stable" at the end refers to the overall Cogl release
-   status, not the documentation specifically.
+  http://cogl3d.org/cogl2-reference/
 
 --
 LICENSE


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]