From 5b9259ba807f4151d08bf2ea868c2cdeed97e975 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 29 Jan 2010 09:31:13 +0000 Subject: [PATCH] docs: Update the configure switches in the README --- README | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README b/README index 6ac539fee..aa64f3661 100644 --- a/README +++ b/README @@ -96,9 +96,20 @@ See the INSTALL file. Info on specific Clutter options; present on the target system. --enable-docs=[no/yes] - Build additional documentation. Requires xsltproc for DocBook + Build additional documentation. Requires xsltproc for DocBook conversion, and optionally jw for PDF generation. + --enable-gcov=[no/yes] + Build Clutter with coverage report support, provided by gcov. This + feature only works with the GNU Compiler Suite and gcov installed. + + --enable-profile=[no/yes] + Build Clutter with profiling instrumentation. Requires the GNU + C Compiler and the UProf library. + + --enable-conform=[yes/no] + Build the Clutter conformance test suite. + --with-flavour=[glx/eglx/eglnative/sdl/osx/win32/fruity] Select the Clutter backend: (default=glx)