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.3 platform.
Download (HTTP): https://github.com/storaged-project/libbytesize/releases/download/1.4/libbytesize-1.4.tar.gz
Download MD5 sum: aa9bd5a04546873714da2adbaaa9f283
Download size: 404 KB
Estimated disk space required: 4.6 MB
Estimated build time: less than 0.1 SBU
GTK-Doc-1.28, Python-2.7.15, 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-08-16 17:08:56 -0700