From 5a53e10c1a3f8df1da5a29f82374354f242a3706 Mon Sep 17 00:00:00 2001 From: ygrek Date: Mon, 16 Sep 2013 13:39:19 +0800 Subject: [PATCH] update readme --- README.txt | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.txt b/README.txt index ed9ecc4..369cabc 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,6 @@ +sqlgg: SQL Guided (code) Generator + +Homepage at http://ygrek.org.ua/p/sqlgg/ Build ===== @@ -11,10 +14,10 @@ Dependencies * deriving * ocamlfind (optional) -`deriving` is special. There are two ways : +`deriving` is special - there are several forks floating around. -* Use patched version available at . - It is a recommended approach as everything should work out of the box. +* Patched version available at or + deriving-ocsigen are recommended - everything should work out of the box. * Otherwise, get the original version from . It will cause linking conflicts with `extLib` (see @@ -28,8 +31,8 @@ Dependencies with `pp(path/to/deriving/preprocessor)`. Dependencies will be found with ocamlfind by default. -Additionaly you can create `src/myocamlbuild.config` and manually -specify paths to some libraries as follows : +Additionaly it is possible to specify paths to dependencies in `src/myocamlbuild.config`, +e.g.: extlib=C:/my/contrib/extlib-1.5.1 deriving=C:/my/contrib/deriving-0.1.1/lib @@ -47,4 +50,4 @@ Install VS2005 SP1 redistributable ---- -2010-02-26 +2013-09-16 -- 2.11.4.GIT