From: kim Date: Wed, 28 Jan 2009 04:07:30 +0000 (+0000) Subject: Added package dependecies X-Git-Url: http://git.nguyen.vg/gitweb/?a=commitdiff_plain;h=7a84508ebd7b534215a768c771171e8f062e0d0b;p=SXSI%2Fxpathcomp.git Added package dependecies git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/xpathcomp@86 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- diff --git a/HACKING b/HACKING index 92af1c6..b8fe7c6 100644 --- 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.