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.24/libxmlb-0.3.24.tar.xz
Download MD5 sum: 90c6b8d3cb27fce0001cb0917c5f54c1
Download size: 104 KB
Estimated disk space required: 3.8 MB (with tests)
Estimated build time: 0.1 SBU (With tests)
GLib-2.86.1 (GObject Introspection recommended)
Install libxmlb by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release -D gtkdoc=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.
        
          -D gtkdoc=false: This
          switch disables building the API documentation. Remove it if you
          have GTK-Doc-1.35.1 installed and wish to build the
          API documentation.
        
          -D introspection=false: Use this switch
          if you have not built GLib-2.86.1 with GObject Introspection.
        
          -D stemmer=true: Use this switch if you
          have libstemmer installed and
          wish to build stemmer support.