summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-08-13 10:10:17 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-08-13 10:10:17 +0000
commitb8155a1d4fd834d8ca59aacae0e212df092adec7 (patch)
tree3f452c8a6c8dfd51dd073e9f79e822f2f1119748 /README
parent1d4990442b9736a758de68b7a8e597dfdd437700 (diff)
downloadlibdom-b8155a1d4fd834d8ca59aacae0e212df092adec7.tar.gz
libdom-b8155a1d4fd834d8ca59aacae0e212df092adec7.tar.bz2
Update requirements.
svn path=/trunk/dom/; revision=9241
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index beeaa91..6baa85d 100644
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
-libdom -- an implementation of the W3C DOM
+LibDOM -- an implementation of the W3C DOM
==========================================
Overview
--------
- libdom is an implementation of the W3C DOM API in C.
+ LibDOM is an implementation of the W3C DOM API in C.
Requirements
------------
@@ -15,6 +15,11 @@ Requirements
+ GNU make or compatible
+ Perl (for the testcases)
+ LibDOM also requires the following libraries to be installed:
+
+ + LibParserUtils
+ + LibWapcaplet
+
Compilation
-----------