changeset 35:2dfbe7d90da4

small documentation
author Niels Nes <niels@cwi.nl>
date Fri, 12 Jun 2020 09:07:55 +0200 (2020-06-12)
parents f712fa63c6cc
children f100f14c0d0a
files README.md
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Fri Jun 12 09:07:55 2020 +0200
@@ -0,0 +1,10 @@
+# MonetDB-extend
+
+MonetDB extend project with CMake buildsystem
+
+```
+mkdir build && cd build
+CMAKE_PREFIX_PATH=/tmp/monetdb/include/cmake/ cmake -DCMAKE_BUILD_TYPE=Release ~/hg/monetdb-extend/
+cmake --build .
+
+```