The libxmlb package contains a library and a tool which help create and query binary XML blobs.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://github.com/hughsie/libxmlb/releases/download/0.3.14/libxmlb-0.3.14.tar.xz
ダウンロード MD5 sum: c2e2af788950f3c73e078f89d56ef6ed
ダウンロードサイズ: 100 KB
必要ディスク容量: 7.3 MB
概算ビルド時間: 0.2 SBU
以下のコマンドを実行して libxmlb をビルドします。
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release -Dgtkdoc=false .. && ninja
ビルド結果をテストする場合は ninja test を実行します。
root
ユーザーになって以下を実行します。
ninja install
--buildtype=release
:
本パッケージの安定版リリース向けに適したビルドタイプを指定します。
デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。
-Dgtkdoc=false
: This switch
disables building the API documentation. Remove it if you have
GTK-Doc-1.33.2 installed and wish to build the
API documentation.
-Dintrospection=false
: Use this switch
if you do not have gobject-introspection-1.78.1
installed.
-Dstemmer=true
: Use this switch if you
have libstemmer installed and
wish to build stemmer support.