librepsheet  6.2.0
TheRepsheetcorelogiclibrary
 All Data Structures Files Functions Pages
librepsheet

Introduction

librepsheet is the core logic library for Repsheet. It is used in the Repsheet webserver modules as well as the backend.

Installation

librepsheet can be installed via your package manager of choice or compiled from source. There are packages available for RedHat and Debian based systems.

From source

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