summaryrefslogtreecommitdiff
path: root/Docs/BUILDING-Framebuffer
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2010-01-02 21:22:08 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2010-01-02 21:22:08 +0000
commit82bc094a01d645b3092c4d2bd182ae6ad230e1c8 (patch)
tree07935a01484ba16381989a7c9952f2fdfe506acc /Docs/BUILDING-Framebuffer
parenta3a004418560ee0e941540d3ec03b59fb9e86716 (diff)
downloadnetsurf-82bc094a01d645b3092c4d2bd182ae6ad230e1c8.tar.gz
netsurf-82bc094a01d645b3092c4d2bd182ae6ad230e1c8.tar.bz2
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
Diffstat (limited to 'Docs/BUILDING-Framebuffer')
-rw-r--r--Docs/BUILDING-Framebuffer11
1 files changed, 10 insertions, 1 deletions
diff --git a/Docs/BUILDING-Framebuffer b/Docs/BUILDING-Framebuffer
index 5b48405f8..ceb385037 100644
--- a/Docs/BUILDING-Framebuffer
+++ b/Docs/BUILDING-Framebuffer
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------------
- Build Instructions for Framebuffer NetSurf 30 November 2009
+ Build Instructions for Framebuffer NetSurf 2 January 2010
--------------------------------------------------------------------------------
This document provides instructions for building the Framebuffer version of
@@ -247,6 +247,15 @@ Index: framebuffer/font_freetype.c
$ 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
-------------