libisofs-1.5.6

libisofs の概要

libisofs is a library to create an ISO-9660 filesystem with extensions like RockRidge or Joliet.

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

libisofs の依存パッケージ

任意

Doxygen-1.9.8 (to generate HTML documentation) and libjte

libisofs のインストール

以下のコマンドを実行して libisofs をビルドします。

./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

このパッケージにテストスイートはありません。

root ユーザーになって以下を実行します。

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.6 &&
install -v -m644 doc/html/* /usr/share/doc/libisofs-1.5.6

コマンド説明

--disable-static: このスイッチはスタティックライブラリをインストールしないようにします。

パッケージ構成

インストールプログラム: なし
インストールライブラリ: libisofs.so
インストールディレクトリ: /usr/include/libisofs

概略説明

libisofs.so

libisofs API 関数を提供します。