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.2 platform.
Download (HTTP): https://github.com/lxde/libsysstat/releases/download/0.4.0/libsysstat-0.4.0.tar.xz
Download MD5 sum: 63fbaf270a259dcdf4a9fefa91f5e88d
Download size: 17 KB
Estimated disk space required: 1.6 MB
Estimated build time: less than 0.1 SBU
CMake-3.10.2, lxqt-build-tools-0.4.0, and Qt-5.10.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libsysstat
Install libsysstat by running the following commands:
mkdir -v build && cd build && cmake -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \ .. && make
This package does not come with a test suite.
Now, as the root
user:
make install
Last updated on 2018-02-21 04:35:18 -0800