* using the package manager of your system (including brew on OSX, or vcpkg on Windows),
* manually using [CMake instructions](https://doc.cgal.org/latest/Manual/installation.html#installation_configwithcmake).
If you want to get the [Alpha Wrapping](https://doc.cgal.org/latest/Alpha_wrap_3/index.html#Chapter_3D_Alpha_wrapping)
module, CGAL >= 5.5 is required.
### VESPA
Then, we can install this project using the standard CMake procedure:
VESPA can be installed using the standard CMake procedure:
1. Create a build folder
1. Launch CMake with this repository as source folder
1. Configure the project. It will need CGAL, as well as VTK or ParaView depending on whether only the VTK module or the full ParaView plugin should be built.
1. Configure the project. It will need CGAL, as well as VTK or ParaView
depending on whether only the VTK module or the full ParaView plugin should
be built.
If you want to build the ParaView plugin, set the CMake variable `VESPA_BUILD_PV_PLUGIN` to `ON`.
- If you have installed a library in a custom folder, you can find it in CMake
by giving the folder: **install_dir**/lib/cmake/**project-version**. For example,
for VTK: **install_dir**/lib/cmake/vtk-9.1.
- You can provide a custom `CMAKE_INSTALL_PREFIX` if you do not want to install
this project system wide.
1. Build and install this project (please refer to the