docs: Update the configure switches in the README

This commit is contained in:
Emmanuele Bassi 2010-01-29 09:31:13 +00:00
parent 763fcabd8b
commit 5b9259ba80
1 changed files with 12 additions and 1 deletions

13
README
View File

@ -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)