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.2 platform.
Download (HTTP): https://github.com/storaged-project/libbytesize/releases/download/1.2/libbytesize-1.2.tar.gz
Download MD5 sum: 874d37f534aa9e265013434ef7ab0342
Download size: 424 KB
Estimated disk space required: 4.1 MB
Estimated build time: less than 0.1 SBU
GTK-Doc-1.27, Python-2.7.14, six-1.11.0 (python module for tests), pocketlint (python module for one test), and polib (python module for one test)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libbytesize
Install libbytesize by running the following commands:
./configure --prefix=/usr && make
If you have the optional python modules installed, the regression tests can be run with: make check.
Now, as the root
user:
make install
--with-python3
: Use this switch to
prefer Python 3 if both Python 2 and Python 3 are installed.
Last updated on 2018-02-21 04:35:18 -0800