From 82bc094a01d645b3092c4d2bd182ae6ad230e1c8 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 2 Jan 2010 21:22:08 +0000 Subject: Mention lpu iconv() option in BUILDING-* guides. Add new section to BeOS build guide about building NetSurf project libraries. (Needs to be checked by a BeOS person.) Simplified AmigaOS build guide's stuff on building NetSurf project libraries. (Needs to be checked by an AmigaOS person.) svn path=/trunk/netsurf/; revision=9781 --- Docs/BUILDING-GTK | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Docs/BUILDING-GTK') 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 ------------- -- cgit v1.2.3