view README.md @ 61:b42fe5c9bd34 default tip

update to new versioned monetdb directories
author Niels Nes <niels@cwi.nl>
date Mon, 23 Sep 2024 13:34:22 +0200 (10 months ago)
parents 60704489ee51
children
line wrap: on
line source
# MonetDB-extend

MonetDB extend project examples for extention modules for monetdb

```
mkdir build && cd build
cmake -DCMAKE_PREFIX_PATH=$prefix -DCMAKE_INSTALL_PREFIX=$prefix  -DCMAKE_BUILD_TYPE=Release ..
cmake --build .

```