Added package dependecies
authorkim <kim@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Wed, 28 Jan 2009 04:07:30 +0000 (04:07 +0000)
committerkim <kim@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Wed, 28 Jan 2009 04:07:30 +0000 (04:07 +0000)
git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/xpathcomp@86 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

HACKING

diff --git a/HACKING b/HACKING
index 92af1c6..b8fe7c6 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -17,6 +17,18 @@ make
 compile xpathcomp/
 make
 
+
+Building xpathcomp requires:
+
+libxml2.6++-dev 
+ocaml-findlib
+ocaml-ulex
+ocaml-nox
+camlp4
+
+and their dependencies
+
+
 you can compile with make DEBUG=true to get more statistics the overall programm is slower
 but you get precise timing for each individual function calls to the XMLTree interface.