The appstream-glib provides GObjects and helper methods to make it easy to read and write AppStream metadata. It also provides a simple DOM (Document Object Model) implementation that makes it easy to edit nodes and convert to and from the standardized XML representation.
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.
ä¸è½½å°åï¼HTTPï¼ï¼http://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-0.8.3.tar.xz
MD5 æ ¡éªåï¼2ffd46eff1c16f31e435849b706c2287
大å°ï¼2.2 MB
é¢è®¡æéç£ç空é´ï¼15 MBï¼å«æµè¯ï¼
é¢è®¡æå»ºæ¶é´ï¼0.1 SBUï¼å«æµè¯ï¼
cURL-8.21.0, gdk-pixbuf-2.44.7, GTK-3.24.52, json-glib-1.10.8, libarchive-3.8.8, and libyaml-0.2.5
docbook-xml-4.5, docbook-xsl-nons-1.79.2, GTK-Doc-1.36.1, and libxslt-1.1.45
Install appstream-glib by running the following commands:
mkdir build &&
cd build &&
meson setup .. \
--prefix=/usr \
--buildtype=release \
-D rpm=false &&
ninja
To test the results, issue: ninja test.
Now, as the root user:
ninja install