do not identify build user in version
[sqlgg.git] / README.txt
blobe0ad35d641cf75a3112fe9814331d15d34c6dd4c
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
16 * oasis (when building from git checkout)
18 `deriving` is special - there were several forks floating around for a long time.
19 Everything should work out of the box with either
20 <https://github.com/ocsigen/deriving> or <http://repo.or.cz/w/deriving.git>
22 Via OPAM:
24   opam install menhir extlib ounit deriving oasis
26 Build
27 -----
29 Run `make` (or `build.bat` on Windows).
31 Windows users
32 -------------
34 Install VS2005 SP1 redistributable
35 <http://www.microsoft.com/downloads/details.aspx?FamilyID=200b2fd9-ae1a-4a14-984d-389c36f85647>
37 Conditions
38 ----------
40 Copyright (c) 2009 ygrek <ygrek@autistici.org>
42 This project is distributed under the terms of GPL Version 2. See LICENSE file for full license text.
44 Example code in demo/ and example/ and database specific bindings in impl/ are released into public domain.
45 See UNLICENSE file in each of the above directories for more information.
47 NB the output of sqlgg, i.e. the generated code, is all yours of course :)
49 ----
50 2014-10-19