summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-04 15:42:51 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-04 15:42:51 +0200
commit39d78b3dd658db518740c561f0b4e80a43987a38 (patch)
tree254f224c2e109de8b4cbfac821c895ec891de1f3 /makefiles
parent0c92e873518ce6a92caeba0be81a0d81d16c6ed8 (diff)
downloadcrawler-39d78b3dd658db518740c561f0b4e80a43987a38.tar.gz
crawler-39d78b3dd658db518740c561f0b4e80a43987a38.tar.bz2
rearangment for url testing
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/gmake/help.mk6
1 files changed, 6 insertions, 0 deletions
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