summaryrefslogtreecommitdiff
path: root/Docs/BUILDING-BeOS
diff options
context:
space:
mode:
Diffstat (limited to 'Docs/BUILDING-BeOS')
-rw-r--r--Docs/BUILDING-BeOS30
1 files changed, 29 insertions, 1 deletions
diff --git a/Docs/BUILDING-BeOS b/Docs/BUILDING-BeOS
index d134f64ae..7af8f9964 100644
--- a/Docs/BUILDING-BeOS
+++ b/Docs/BUILDING-BeOS
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------------
- Build Instructions for BeOS and Haiku NetSurf 24 July 2009
+ Build Instructions for BeOS and Haiku NetSurf 2 January 2010
--------------------------------------------------------------------------------
This document provides instructions for building the BeOS and Haiku version
@@ -34,6 +34,34 @@
Many of NetSurf's dependencies are either installed or available for BeOS and
Haiku. The remainder must be installed manually.
+ The NetSurf project's libraries
+---------------------------------
+
+ The NetSurf project has developed several libraries which are required by
+ the browser. To fetch each of these libraries, run the following commands:
+
+ $ svn co svn://svn.netsurf-browser.org/trunk/libparserutils
+ $ svn co svn://svn.netsurf-browser.org/trunk/libwapcaplet
+ $ svn co svn://svn.netsurf-browser.org/trunk/hubbub
+ $ svn co svn://svn.netsurf-browser.org/trunk/libcss
+ $ svn co svn://svn.netsurf-browser.org/trunk/libnsgif
+ $ svn co svn://svn.netsurf-browser.org/trunk/libnsbmp
+ $ svn co svn://svn.netsurf-browser.org/trunk/libsvgtiny
+
+ To build and install these libraries, simply enter each of their directories
+ and run:
+
+ $ 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.
+
TODO: add some more here.
rc