summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 14 insertions, 1 deletions
diff --git a/README b/README
index 57ecd10..849efc8 100644
--- a/README
+++ b/README
@@ -22,7 +22,8 @@ Requirements
Hubbub also requires the following libraries to be installed:
+ An iconv implementation (e.g. libiconv)
- + JSON-C (for the testcases) -- see json/README for further information
+ + LibParserUtils -- see below for further information
+ + JSON-C (for the testcases) -- see below for further information
Hubbub can make use of the following, for debugging and testing purposes:
@@ -32,6 +33,18 @@ Requirements
Compilation
-----------
+ In order to compile Hubbub, you will need LibParserUtils. This can be
+ obtained from SVN:
+ $ svn co svn://svn.netsurf-browser.org/trunk/libparserutils/
+
+ In order to run tests, you will need JSON-C. You can obtain the version
+ that Hubbub needs from SVN:
+ $ svn co svn://svn.netsurf-browser.org/trunk/json-c/json-c/
+
+
+ Compile and install both of these before trying to make Hubbub.
+
+
If necessary, modify the toolchain settings in the Makefile.
Invoke make:
$ make