Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.07 KB

File metadata and controls

42 lines (28 loc) · 1.07 KB

OpenFLUID LandR library

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

⚠️ Due to major breaking changes in GEOS dependency, the openfluid-landr source code is not currently stable and does not compile as is

Build

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