libisofs is a library to create an ISO-9660 filesystem with extensions like RockRidge or Joliet.
This package is known to build and work properly using an LFS 11.3 platform.
Download (HTTP): https://files.libburnia-project.org/releases/libisofs-1.5.4.tar.gz
Download MD5 sum: c34fbf182e79af8fdaddda5e27d326ba
Download size: 852 KB
Estimated disk space required: 14 MB
Estimated build time: 0.1 SBU
Doxygen-1.9.6 (to generate HTML documentation) and libjte
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libisofs
Install libisofs by running the following commands:
./configure --prefix=/usr --disable-static && make
If you have installed Doxygen and wish to generate the HTML documentation, issue the following command:
doxygen doc/doxygen.conf
This package does not come with a test suite.
Now, as the root
user:
make install
If you have built the HTML documentation, install it by running the
following commands as the root
user:
install -v -dm755 /usr/share/doc/libisofs-1.5.4 && install -v -m644 doc/html/* /usr/share/doc/libisofs-1.5.4
--disable-static
: This
switch prevents installation of static versions of the libraries.