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
commite02d9eb6661546a13b4caad8f1c03e38354ece3d (patch)
tree3f452c8a6c8dfd51dd073e9f79e822f2f1119748 /README
parent87e8fbe93741b6b7948b4e0b91e2c9f2030f5adf (diff)
downloadlibdom-e02d9eb6661546a13b4caad8f1c03e38354ece3d.tar.gz
libdom-e02d9eb6661546a13b4caad8f1c03e38354ece3d.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
-----------