summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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
-----------