From 39d78b3dd658db518740c561f0b4e80a43987a38 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 4 Aug 2012 15:42:51 +0200 Subject: rearangment for url testing --- makefiles/gmake/help.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'makefiles') diff --git a/makefiles/gmake/help.mk b/makefiles/gmake/help.mk index 2904c39..f9b64b4 100644 --- a/makefiles/gmake/help.mk +++ b/makefiles/gmake/help.mk @@ -36,6 +36,11 @@ WITH_LOCAL_STREAMHTMLPARSER=1 use Google stream HTML 4 parser WITH_LIBXML2=1 build the libxml2 parser +URL parsing and normalization: + +WITH_LOCAL_GOOGLEURL=1 use Google URL for normalization/parsing +WITH_ICU=1 enable ICU support for URL parsing in Google URL + scripting support: WITH_LUA=1 use Lua for configuration and scripting @@ -47,5 +52,6 @@ ENABLE_NLS=0 Don't build gettext NLS support (default is on) Example: make WITH_SSL=1 WITH_SQLITE3=1 WITH_PGSQL=1 \ WITH_LOCAL_LIBFETCH=1 WITH_LIBXML2=1 \ + WITH_LOCAL_GOOGLEURL=1 WITH_ICU=1 \ WITH_LUA=1 -- cgit v1.2.3-54-g00ecf