switch build system to oasis
[sqlgg.git] / README.txt
blobb250ca6357d249e65a467c1ab077cab6a23ca10d
1 sqlgg: SQL Guided (code) Generator
2 ==================================
4 Homepage at http://ygrek.org.ua/p/sqlgg/
6 Get the code at http://repo.or.cz/w/sqlgg.git or https://github.com/ygrek/sqlgg
8 Dependencies
9 ------------
11 * menhir
12 * extlib
13 * oUnit
14 * deriving
15 * ocamlfind
17 `deriving` is special - there were several forks floating around for a long time.
18 Everything should work out of the box with either
19 <https://github.com/ocsigen/deriving> or <http://repo.or.cz/w/deriving.git>
21 Via OPAM:
23   opam install menhir extlib ounit deriving
25 Build
26 -----
28 Change to `src` directory and run `make` (or `build.bat` on Windows).
30 Windows users
31 -------------
33 Install VS2005 SP1 redistributable
34 <http://www.microsoft.com/downloads/details.aspx?FamilyID=200b2fd9-ae1a-4a14-984d-389c36f85647>
36 Conditions
37 ----------
39 Copyright (c) 2009 ygrek <ygrek@autistici.org>
41 This project is distributed under the terms of GPL Version 2. See LICENSE file for full license text.
43 Example code in demo/ and example/ and database specific bindings in impl/ are released into public domain.
44 See UNLICENSE file in each of the above directories for more information.
46 NB the output of sqlgg, i.e. the generated code, is all yours of course :)
48 ----
49 2014-06-08