summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 822476e..ef3837c 100644
--- a/README
+++ b/README
@@ -45,6 +45,15 @@ Compilation
Compile and install both of these before trying to make Hubbub.
+ Note: By default, libparserutils only supports a few character sets. It may,
+ however, be configured to use iconv() to provide charset conversion.
+ To do this, do the following:
+
+ $ cd /path/to/libparserutils
+ $ echo "CFLAGS += -DWITH_ICONV_FILTER" \
+ >build/Makefile.config.override
+
+ Then build libparserutils as normal.
If necessary, modify the toolchain settings in the Makefile.
Invoke make: