libsysstat-0.3.3

Introduction to libsysstat

The libsysstat package contains a library used to query system info and statistics.

This package is known to build and work properly using an LFS-8.1 platform.

Package Information

libsysstat Dependencies

Required

CMake-3.9.1, lxqt-build-tools-0.3.2, and Qt-5.9.1

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libsysstat

Installation of libsysstat

Install libsysstat by running the following commands:

mkdir -v build &&
cd       build &&

cmake -DCMAKE_BUILD_TYPE=Release          \
      -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
      -DCMAKE_INSTALL_LIBDIR=lib          \
      ..       &&

make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Program: None
Installed Library: libsysstat-qt5.so
Installed Directories: $LXQT_PREFIX/{include,share/cmake}/sysstat-qt5

Short Descriptions

libsysstat-qt5.so

contains the libsysstat-qt5 API functions.

Last updated on 2017-08-31 01:16:09 -0700