librepsheet
6.2.0
TheRepsheetcorelogiclibrary
|
librepsheet is the core logic library for Repsheet. It is used in the Repsheet webserver modules as well as the backend.
librepsheet can be installed via your package manager of choice or compiled from source. There are packages available for RedHat and Debian based systems.
To build librepsheet you will need the following dependencies:
The library can be built and installed using the following commands:
$ ./autogen.sh
$ ./configure
$ make
$ make check # optional
$ sudo make install
You can verify that the install succeeded by checking package config:
$ pkg-config –list-all | grep repsheet repsheet repsheet - The Repsheet core logic library