From 7a84508ebd7b534215a768c771171e8f062e0d0b Mon Sep 17 00:00:00 2001 From: kim Date: Wed, 28 Jan 2009 04:07:30 +0000 Subject: [PATCH 1/1] Added package dependecies git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/xpathcomp@86 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- HACKING | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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. -- 2.17.1