Commit 39bf2a4f authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

updated build command in README.md

parent 8888abf0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ Then clone this repository and initialize its submodules:
Finally, build the tools:

    cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
    make -C build
    cmake --build build

When successful, the executables will be found in the `build` directory.  You can test the tools on
the examples provided in the [meshes](./meshes) directory.