X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=HACKING;fp=HACKING;h=b8fe7c6406d0e020fcfececf55989ccd3d3a5094;hb=7a84508ebd7b534215a768c771171e8f062e0d0b;hp=92af1c62cccd3e9295b9b1f36620b36bcce1dc02;hpb=40ea86547b852295b6d7a55c1fd3cc4fcaa4f228;p=SXSI%2Fxpathcomp.git 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.