librelaxisloader 1.0.x
Readme

librelaxisloader

librelaxisloader is a shared library that allows you to load data from RelaxIS3 files. This library supports only files with a DatabaseFormat of "1"

For questions or comments, please write to klemm.nosp@m.@rhd.nosp@m.-inst.nosp@m.rume.nosp@m.nts.d.nosp@m.e

Full Online API documentation can be built with the "doc" target and is also available here. A PDF with API documentation can be found here.

Compile/Install

Requirements

  • git
  • c99 capable compiler (GCC, CLANG)
  • cmake 3.20 or later
  • SQLite3 3.27 or later
  • (optional) doxygen 1.8 or later to generate the documentation

Procedure

In a console do:

Linking

it is best to link to this library with the help of pkg-config as this provides a platform agnostic method to query for paths and flags. Almost certainly, pkg-config is already integrated into your buildsystem.