gnome-autoar パッケージは、アーカイブの自動伸長、圧縮、管理を行うフレームワークを提供します。
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://download.gnome.org/sources/gnome-autoar/0.4/gnome-autoar-0.4.4.tar.xz
ダウンロード MD5 sum: ac1a423f861ed5765a5d03251c00746d
ダウンロードサイズ: 52 KB
必要ディスク容量: 2.7 MB
概算ビルド時間: 0.1 SBU
libarchive-3.7.2, GTK+-3.24.38
GTK-Doc-1.33.2 (ドキュメントビルドのため)
以下のコマンドを実行して gnome-autoar をビルドします。
mkdir build && cd build && meson setup --prefix=/usr \ --buildtype=release \ -Dvapi=true \ -Dtests=true \ .. && ninja
ビルド結果をテストする場合は ninja test を実行します。
root
ユーザーになって以下を実行します。
ninja install
--buildtype=release
:
本パッケージの安定版リリース向けに適したビルドタイプを指定します。
デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。
-Dgtk_doc=true
: Use this parameter if
GTK-Doc is installed and you wish to rebuild and install the API
documentation.