tweak
[sqlgg.git] / README.txt
blob4b562c8090a86d3045974889052cba0a39e23565
2 Build
3 =====
5 Dependencies
6 ------------
8 * menhir
9 * extlib
10 * oUnit
11 * deriving
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
28 sqlgg
29 -----
31 cd src && ./build
32 (or build.bat for Windows)
34 ----
35 2009-07-27