The libxmlb package contains a library and a tool which help create and query binary XML blobs.
![[Note]](../images/note.png)
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://github.com/hughsie/libxmlb/releases/download/0.3.14/libxmlb-0.3.14.tar.xz
Download MD5 sum: c2e2af788950f3c73e078f89d56ef6ed
Download size: 100 KB
Estimated disk space required: 7.3 MB
Estimated build time: 0.2 SBU
Install libxmlb by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release -Dgtkdoc=false .. && ninja
To test the results, issue: ninja test.
Now, as the root user:
ninja install
--buildtype=release: Specify a buildtype
suitable for stable releases of the package, as the default may
produce unoptimized binaries.
-Dgtkdoc=true: 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.