The libbytesize package is a library facilitates the common operations with sizes in bytes.
This package is known to build and work properly using an LFS-8.1 platform.
Download (HTTP): https://github.com/storaged-project/libbytesize/archive/libbytesize-0.11.tar.gz
Download MD5 sum: c469110ae134ea3a58546ba13fdb5074
Download size: 68 KB
Estimated disk space required: 2.7 MB
Estimated build time: less than 0.1 SBU
GTK-Doc-1.26, Python-2.7.13, Python-3.6.2, and six (python module for tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libbytesize
Install libbytesize by running the following commands:
sh autogen.sh && ./configure --prefix=/usr && make
If you have the optional python module 'six' installed, the regression tests can be run with: make check.
Now, as the root
user:
make install
Last updated on 2017-08-24 18:56:23 -0700