[docs] Update the requirements section

This commit is contained in:
Emmanuele Bassi 2009-08-17 10:27:13 +01:00
parent 90d8f31831
commit 53cb86d94b

9
README
View File

@ -11,6 +11,8 @@ Clutter currently requires:
* PangoCairo >= 1.20 * PangoCairo >= 1.20
* OpenGL >= 1.4, OpenGL ES 1.1 or OpenGL ES 2.0 * OpenGL >= 1.4, OpenGL ES 1.1 or OpenGL ES 2.0
* GLX, SDL, WGL or an EGL Implementation * GLX, SDL, WGL or an EGL Implementation
* JSON-GLib >= 0.8 (optional)
* GDK-Pixbuf >= 2.0 (optional)
If you are building the API reference you will also need: If you are building the API reference you will also need:
@ -20,6 +22,7 @@ If you are building the Introspection data you will also need:
* GObject-Introspection >= 0.6.3 * GObject-Introspection >= 0.6.3
The official website is: The official website is:
http://www.clutter-project.org http://www.clutter-project.org
@ -106,14 +109,16 @@ See the INSTALL file. Info on specific Clutter options;
--with-gles=[1.1/2.0] --with-gles=[1.1/2.0]
Select the GLES version (for EGL backends) (default=1.1) Select the GLES version (for EGL backends) (default=1.1)
--with-json=[internal/check] --with-json=[internal/check/system]
Select the JSON-GLib copy to use (default=internal) Select the JSON-GLib copy to use (default=check)
internal: Use the internal copy of JSON-GLib for ClutterScript internal: Use the internal copy of JSON-GLib for ClutterScript
check: Check for the existence of a system copy of JSON-GLib check: Check for the existence of a system copy of JSON-GLib
and if it is available, make Clutter depend on it and if it is available, make Clutter depend on it
system: Only use the system copy of JSON-GLib
VERSIONING VERSIONING
========== ==========