libisofs is a library to create an ISO-9660 filesystem with extensions like RockRidge or Joliet.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://files.libburnia-project.org/releases/libisofs-1.5.6.tar.gz
ダウンロード MD5 sum: 9f996b317f622802f12d28d27891709f
ダウンロードサイズ: 858 KB
必要ディスク容量: 14 MB
概算ビルド時間: 0.1 SBU
Doxygen-1.9.8 (to generate HTML documentation) and libjte
以下のコマンドを実行して 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
:
このスイッチはスタティックライブラリをインストールしないようにします。