From ff81ba69fa973c7ca2782ccd61ee97ccc382b6aa Mon Sep 17 00:00:00 2001 From: "dominique.leuenberger@gmail.com" Date: Wed, 29 Jun 2011 12:59:50 +0000 Subject: INSTALL: Document use of WITH_GNOME3 and WITH_WEBKIT3 git-svn-id: http://libproxy.googlecode.com/svn/trunk@818 c587cffe-e639-0410-9787-d7902ae8ed56 --- INSTALL | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 0e9b696..bbb0e2b 100644 --- a/INSTALL +++ b/INSTALL @@ -79,7 +79,10 @@ PERL_VENDORINSTALL: Default to OFF. Tells cmake to install the perl binding WITH_DOTNET: Default to OFF. Enable Mono .NET bindings. -WITH_GNOME: Default to ON. Enable Gnome/GConf bindings. +WITH_GNOME: Default to ON. Enable Gnome2/GConf bindings. + +WITH_GNOME3: Default to ON. Build the Gnome3/GSettings bindings. + instead of Gnome2/GConf based one. WITH_KDE4: Default to ON. Enables KDE4/Kconf bindings. @@ -98,6 +101,8 @@ WITH_VALA: Default to OFF. Enable Vala bindings. WITH_WEBKIT: Default to ON. Enable Webkit Java Script engine. +WITH_WEBKIT3: Default to OFF: Enable Webkit GTK3 support. + Bindings Path: ============== @@ -126,7 +131,7 @@ To install in a sub-directory, DESTDIR can be used has make parameter. CFLAGS in libproxy: =================== -We are currently having issue with CMake and CFLAGS. As show in the example, +We are currently having issue with CMake and CFLAGS. As shown in the example, we have found a simple way that prevents CMAKE from choosing for you the CFLAGS you want. As being demonstrated, you can disable CMAKE default CFLAGS by setting an invalid (but not empty) CMAKE_BUILD_TYPE (e.g. None). You can -- cgit v1.2.1