summaryrefslogtreecommitdiff
path: root/Docs/BUILDING-GTK
diff options
context:
space:
mode:
Diffstat (limited to 'Docs/BUILDING-GTK')
-rw-r--r--Docs/BUILDING-GTK11
1 files changed, 10 insertions, 1 deletions
diff --git a/Docs/BUILDING-GTK b/Docs/BUILDING-GTK
index 58a1376c0..d4d79efd3 100644
--- a/Docs/BUILDING-GTK
+++ b/Docs/BUILDING-GTK
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------------
- Build Instructions for GTK NetSurf 13 August 2009
+ Build Instructions for GTK NetSurf 2 January 2010
--------------------------------------------------------------------------------
This document provides instructions for building the GTK version of NetSurf
@@ -116,6 +116,15 @@
$ sudo make install
+ | Note: We advise enabling ivonv() support in libparserutils, which vastly
+ | increases the number of supported character sets. To do this,
+ | create a file called Makefile.config.override in the libparserutils
+ | directory, containing the following line:
+ |
+ | CFLAGS += -DWITH_ICONV_FILTER
+ |
+ | For more information, consult the libparserutils README file.
+
Librosprite
-------------