libisofs is a library to create an ISO-9660 filesystem with extensions like RockRidge or Joliet.
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.
下载地址(HTTP):https://files.libburnia-project.org/releases/libisofs-1.5.8.pl02.tar.gz
MD5 校验和:48150014510f8e65de66cb687ff63957
大小:884 KB
预计所需磁盘空间:15 MB
预计构建时间:0.1 SBU
This package expands to the libisofs-1.5.8/ directory.
Doxygen-1.17.0 (to generate HTML documentation) and libjte
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.8.pl02 && install -v -m644 doc/html/* /usr/share/doc/libisofs-1.5.8.pl02
--disable-static: This
switch prevents installation of static versions of the libraries.