Compile&Install

Compile & Install

Your compiler should support the C++17 standard.

You can create a fresh folder like ‘build’ at the root folder of the source code, and then compile the code according to the following brief instructions.

cd PySetVoronoi/

mkdir build

cd build

cmake ../src

make

make install

Note: By default, ‘make install’ will install the compiled libraries into the folder named “install” next to ‘build’.

Then, you can run the examples in your terminal, e.g.,

python3 testsp.py