From 41d22f924edf05a2356270f918580b720cc92e7a Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Thu, 31 Jul 2008 15:02:18 +0000 Subject: Remove the json/ directory, and update compilation instructions to mention Hubbub's modified version and also libparserutils. svn path=/trunk/hubbub/; revision=4841 --- README | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'README') 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 -- cgit v1.2.3