summaryrefslogtreecommitdiff
path: root/Docs/BUILDING-RISC_OS
diff options
context:
space:
mode:
Diffstat (limited to 'Docs/BUILDING-RISC_OS')
-rw-r--r--Docs/BUILDING-RISC_OS11
1 files changed, 10 insertions, 1 deletions
diff --git a/Docs/BUILDING-RISC_OS b/Docs/BUILDING-RISC_OS
index 463e23171..bc0082762 100644
--- a/Docs/BUILDING-RISC_OS
+++ b/Docs/BUILDING-RISC_OS
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------------
- Build Instructions for RISC OS NetSurf 10 August 2009
+ Build Instructions for RISC OS NetSurf 2 January 2010
--------------------------------------------------------------------------------
This document provides instructions for building the RISC OS NetSurf
@@ -108,6 +108,15 @@
The above will create a directory for each of the libraries containing their
sources.
+ | 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.
+
Updating NSTools' copies of the libraries
-------------------------------------------