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-7.9 platform.
Download (HTTP): http://files.libburnia-project.org/releases/libisofs-1.4.2.tar.gz
Download MD5 sum: c01099ebe557eea28fe2b0c061076129
Download size: 804 KB
Estimated disk space required: 13 MB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libisofs
Install libisofs by running the following commands:
./configure --prefix=/usr --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2016-02-25 17:45:38 -0800