summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordominique.leuenberger@gmail.com <dominique.leuenberger@gmail.com@c587cffe-e639-0410-9787-d7902ae8ed56>2011-06-29 12:59:50 +0000
committerdominique.leuenberger@gmail.com <dominique.leuenberger@gmail.com@c587cffe-e639-0410-9787-d7902ae8ed56>2011-06-29 12:59:50 +0000
commitff81ba69fa973c7ca2782ccd61ee97ccc382b6aa (patch)
treecad0d802cf5010051bcb04a53706b3c63a9d4dd1
parent1055677a1a3d93a99b7cef1d79f62b80c1732a16 (diff)
downloadlibproxy-ff81ba69fa973c7ca2782ccd61ee97ccc382b6aa.tar.gz
INSTALL: Document use of WITH_GNOME3 and WITH_WEBKIT3
git-svn-id: http://libproxy.googlecode.com/svn/trunk@818 c587cffe-e639-0410-9787-d7902ae8ed56
-rw-r--r--INSTALL9
1 files 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