summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2013-07-09 19:06:38 +0100
committerRobert Bragg <robert@linux.intel.com>2013-07-09 22:49:53 +0100
commit141014b50a3106d58f476b562aeb87c087ac31c8 (patch)
treed4bd28535ff9ceb1c1c8085f36d576fa9c4d8808
parent2f6068cb6783edf6e05d6e55e9700e22f31cb233 (diff)
downloadcogl-141014b50a3106d58f476b562aeb87c087ac31c8.tar.gz
README: misc updates
Reviewed-by: Neil Roberts <neil@linux.intel.com>
-rw-r--r--README.in20
1 files changed, 13 insertions, 7 deletions
diff --git a/README.in b/README.in
index 935ab842..e297dd40 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