libxmlb-0.3.14

libxmlb の概要

The libxmlb package contains a library and a tool which help create and query binary XML blobs.

[注記]

注記

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

パッケージ情報

libxmlb の依存パッケージ

必須

GLib-2.78.3

推奨

任意

GTK-Doc-1.33.2, libstemmer

libxmlb のインストール

以下のコマンドを実行して 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.

パッケージ構成

インストールプログラム: xb-tool
インストールライブラリ: libxmlb.so
インストールディレクトリ: /usr/include/libxmlb-2, /usr/libexec/installed-tests/libxmlb, /usr/share/gtk-doc/html/libxmlb (gtk-doc が有効であった場合)

概略説明

xb-tool

is a tool used to create, dump, or query a binary XML blob

libxmlb.so

contains functions that allow for creating and querying binary XML blobs