Introduction to libisoburn
libisoburn is a frontend for the
libburn and libisofs libraries, which enables creation and
expansion of ISO-9660 filesystems on all CD/DVD/BD media supported
by libburn. This includes media
like DVD+RW, which do not support multi-session management on the
media level, and even plain disk files or block devices.
Note
Development versions of BLFS may not build or run some packages
properly if LFS or dependencies have been updated since the most
recent stable versions of the books.
Package Information
Note
This package expands to the libisoburn-1.5.8/ directory.
libisoburn Dependencies
Required
libburn-1.5.8 and libisofs-1.5.8.pl02
Optional
Doxygen-1.17.0 (to generate HTML
documentation), Tk-8.6.18 (for xorriso-tcltk), and libjte
Installation of libisoburn
Install libisoburn by running the
following commands:
./configure --prefix=/usr \
--disable-static \
--enable-pkg-check-modules &&
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/libisoburn-1.5.8.pl02 &&
install -v -m644 doc/html/* /usr/share/doc/libisoburn-1.5.8.pl02
Command Explanations
--disable-static: This
switch prevents installation of static versions of the libraries.
--enable-pkg-check-modules:
This switch tells the configure script to use pkg-config to check for the libburn and libisofs libraries.