From 53cb86d94ba258cb917221856501c60738a143f3 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 17 Aug 2009 10:27:13 +0100 Subject: [PATCH] [docs] Update the requirements section --- README | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README b/README index 69aac6030..df09259ab 100644 --- a/README +++ b/README @@ -11,6 +11,8 @@ Clutter currently requires: * PangoCairo >= 1.20 * OpenGL >= 1.4, 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) 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 + The official website is: http://www.clutter-project.org @@ -106,14 +109,16 @@ See the INSTALL file. Info on specific Clutter options; --with-gles=[1.1/2.0] Select the GLES version (for EGL backends) (default=1.1) - --with-json=[internal/check] - Select the JSON-GLib copy to use (default=internal) + --with-json=[internal/check/system] + Select the JSON-GLib copy to use (default=check) internal: Use the internal copy of JSON-GLib for ClutterScript check: Check for the existence of a system copy of JSON-GLib and if it is available, make Clutter depend on it + system: Only use the system copy of JSON-GLib + VERSIONING ==========