Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

librelaxisloader

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Carl Philipp Klemm authored
    a95c187b
    History
    user avatar a95c187b

    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@rhd-instruments.de

    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.