libbytesize-0.11

Introduction to libbytesize

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.

Package Information

libbytesize Dependencies

Required

pcre2-10.30

Optional

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

Installation of 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

Contents

Installed Programs: None
Installed Library: libbytesize.so
Installed Directories: /usr/lib/python{2,3}/site-packages/bytesize

Last updated on 2017-08-24 18:56:23 -0700