summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2018-05-10 10:04:23 +0100
committerRichard Hughes <richard@hughsie.com>2018-06-12 08:27:42 +0100
commitd301f0cc4e467bdd7d2988056820fafbe3c6cfbf (patch)
treecfb17550db02b245ca3e859bafa50697926b56a1 /README.md
parent8e1b6174f1f975df38667be09e71d1060bf0ec28 (diff)
downloadappstream-glib-d301f0cc4e467bdd7d2988056820fafbe3c6cfbf.tar.gz
Do not parse firmware files
Firmware should now be distributed using the LVFS and consumed by fwupd.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0887408..911be5d 100644
--- a/README.md
+++ b/README.md
@@ -25,9 +25,9 @@ To install the libappstream-glib library you either need to install the
`libappstream-glib` package from your distributor, or you can build a local
copy. To do the latter just do:
- dnf install docbook-utils gcab gettext-devel glib-devel \
+ dnf install docbook-utils gettext-devel glib-devel \
gobject-introspection-devel gperf gtk-doc gtk3-devel \
- libarchive-devel libgcab-devel libsoup-devel \
+ libarchive-devel libsoup-devel \
libstemmer-devel libuuid-devel libyaml-devel \
meson rpm-devel sqlite-devel
mkdir build && cd build
@@ -86,9 +86,9 @@ Getting Started
To run appstream-builder you either need to install the package containing the
binary and data files, or you can build a local copy. To do the latter just do:
- dnf install docbook-utils gcab gettext-devel glib-devel \
+ dnf install docbook-utils gettext-devel glib-devel \
gobject-introspection-devel gperf gtk-doc gtk3-devel \
- libarchive-devel libgcab-devel libsoup-devel \
+ libarchive-devel libsoup-devel \
libstemmer-devel libuuid-devel libyaml-devel \
meson rpm-devel sqlite-devel rpm-devel
mkdir build && cd build