From scm-commit at wald.intevation.org Thu Apr 18 19:05:15 2013 From: scm-commit at wald.intevation.org (scm-commit at wald.intevation.org) Date: Thu, 18 Apr 2013 19:05:15 +0200 Subject: [Greater-commits] r3874 - trunk/GREAT-ER-DB Message-ID: <20130418170515.14A569A015F0@wald.intevation.org> Author: aheinecke Date: 2013-04-18 19:05:14 +0200 (Thu, 18 Apr 2013) New Revision: 3874 Modified: trunk/GREAT-ER-DB/README Log: Add note about cmake usage Modified: trunk/GREAT-ER-DB/README =================================================================== --- trunk/GREAT-ER-DB/README 2012-11-26 16:36:48 UTC (rev 3873) +++ trunk/GREAT-ER-DB/README 2013-04-18 17:05:14 UTC (rev 3874) @@ -1,6 +1,20 @@ GREAT-ER DB API Wrapper generator ================================= +Building with cmake +------------------- +An alternative to using setup.py is building the greater db api with +cmake. + +A basic way without special paths or options could be: + +mkdir build +cd build +cmake .. +make +sudo make install + + setup.py --------