summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-07-31 15:02:18 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-07-31 15:02:18 +0000
commit41d22f924edf05a2356270f918580b720cc92e7a (patch)
tree472a7c263059e7b31cbf615f509fbfbea58a84f9 /README
parent599fb27f427c367331cad5b697010cf52d49eddd (diff)
downloadlibhubbub-41d22f924edf05a2356270f918580b720cc92e7a.tar.gz
libhubbub-41d22f924edf05a2356270f918580b720cc92e7a.tar.bz2
Remove the json/ directory, and update compilation instructions to mention Hubbub's modified version and also libparserutils.
svn path=/trunk/hubbub/; revision=4841
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