13 NB `deriving` is not available in Debian packages
15 `deriving` conflicts with extLib in native (ocamlopt) build.
16 See http://code.google.com/p/deriving/issues/detail?id=1
17 So you have to alter `deriving/lib/Makefile` and
18 remove the `enum.ml enum.mli` line from SOURCES beforehand.
20 Dependencies will be found with ocamlfind by default.
21 Alternatively you can create `src/myocamlbuild.config` and manually
22 specify paths to libraries as follows :
24 extlib=C:/my/contrib/extlib-1.5.1
25 deriving=C:/my/contrib/deriving-0.1.1/lib
26 oUnit=C:/my/contrib/ounit-1.0.3
32 (or src\build.bat for Windows)
37 Install VS2005 SP1 redistributable
38 <http://www.microsoft.com/downloads/details.aspx?FamilyID=200b2fd9-ae1a-4a14-984d-389c36f85647>