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.6 platform.
Download (HTTP): http://files.libburnia-project.org/releases/libisofs-1.3.8.tar.gz
Download MD5 sum: 7fea3aa98038a90cec6a5779e0e05eb5
Download size: 784 KB
Estimated disk space required: 9.8 MB
Estimated build time: 0.2 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 2014-09-16 10:29:57 -0700