Author: takkaria
Date: Thu Jul 31 10:02:18 2008
New Revision: 4841
URL:
http://source.netsurf-browser.org?rev=4841&view=rev
Log:
Remove the json/ directory, and update compilation instructions to mention Hubbub's
modified version and also libparserutils.
Removed:
trunk/hubbub/json/
Modified:
trunk/hubbub/README
Modified: trunk/hubbub/README
URL:
http://source.netsurf-browser.org/trunk/hubbub/README?rev=4841&r1=484...
==============================================================================
--- trunk/hubbub/README (original)
+++ trunk/hubbub/README Thu Jul 31 10:02:18 2008
@@ -22,7 +22,8 @@
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:
@@ -31,6 +32,18 @@
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: