Skip to content

Commit

Permalink
fixed proper line of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
njnes committed Aug 22, 2023
1 parent ac39a65 commit fb3f001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ A quick guide to compile and install from source to create a library for your C
git clone https://github.com/MonetDB/MonetDB MonetDB
cd MonetDB
mkdir build && cd build
cmake -DCMAKE_PREFIX_PATH=<monetdb-installation-prefix>/share/monetdb/cmake -DCMAKE_INSTALL_PREFIX=<monetdb-installation-prefix> ..
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
```

Expand All @@ -45,7 +45,7 @@ in the same place.
Continue with the compilation of the examples using
```
mkdir build && cd build
cmake -DCMAKE_PREFIX_PATH=$prefix .. #were $prefix is your monetdb install path
cmake -DCMAKE_PREFIX_PATH=<monetdb-installation-prefix>/share/monetdb/cmake -DCMAKE_INSTALL_PREFIX=<monetdb-installation-prefix> ..
cmake --build .
```

Expand Down

0 comments on commit fb3f001

Please sign in to comment.