The OpenFLUID LandR (openfluid-landr) library is a C++ library for topological processing of geometries, focused on digital representation of landscapes geometries.
It was formerly part of the OpenFLUID software sources.
The openfluid-landr library relies on the following sofware
NOTE: The build of openfluid-landr library has only been tested on Linux systems (Ubuntu 18.04 and 20.04)
It requires the GCC compiler compiler and the CMake configuration tool to be built.
- Create the build directory in the sources directory
mkdir _build
cd _build- Configure the build
cmake ..- Execute the build
make- Run the tests
ctest