summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-08 20:43:14 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-08 20:43:14 +0000
commita875598a0cbde187cb61ec68707011f3f3ef7625 (patch)
tree3b7289186f785bd4606f51a1e632563b8b0d3ae5 /README
parent78d9f91ac9ba645b60fcc2a5fa72e2fe5965d597 (diff)
downloadlibhubbub-a875598a0cbde187cb61ec68707011f3f3ef7625.tar.gz
libhubbub-a875598a0cbde187cb61ec68707011f3f3ef7625.tar.bz2
Document how to enable iconv support in libparserutils.
This also needs documenting in lpu itself, but it's probably wise to document it here, too. svn path=/trunk/hubbub/; revision=6002
Diffstat (limited to 'README')
-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: