summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMingcong Bai <jeffbai@aosc.xyz>2016-05-04 13:16:14 -0600
committerMingcong Bai <jeffbai@aosc.xyz>2016-05-04 13:16:14 -0600
commitab6b39ff1eb9ee72b9fd9b8dc6aabbe3e0c233cd (patch)
treef0ca9eb0b17cba631dfaf09d7f2aab70203f36f5
parent9d8b86a4a123893ea365e96835cfa2bfe38d1974 (diff)
downloadappstream-glib-ab6b39ff1eb9ee72b9fd9b8dc6aabbe3e0c233cd.tar.gz
README.md: add note for glob usage
-rw-r--r--README.md20
1 files changed, 11 insertions, 9 deletions
diff --git a/README.md b/README.md
index a4933eb..c9614bb 100644
--- a/README.md
+++ b/README.md
@@ -26,8 +26,8 @@ To install the libappstream-glib library you either need to install the
copy. To do the latter just do:
dnf install automake autoconf libtool glib-devel docbook-utils \
- gtk-doc gobject-introspection-devel rpm-devel \
- gtk3-devel sqlite-devel libsoup-devel gettext-devel \
+ gtk-doc gobject-introspection-devel rpm-devel \
+ gtk3-devel sqlite-devel libsoup-devel gettext-devel \
intltool libarchive-devel libyaml-devel
./autogen.sh
make
@@ -92,13 +92,15 @@ binary and data files, or you can build a local copy. To do the latter just do:
To actually run the extractor you can do:
./appstream-builder --verbose \
- --max-threads=8 \
- --log-dir=/tmp/logs \
- --packages-dir=/mnt/archive/Megarpms/21/Packages \
- --temp-dir=/mnt/ssd/AppStream/tmp \
- --output-dir=./repodata \
- --screenshot-url=http://megarpms.org/screenshots/ \
- --basename="megarpms-21"
+ --max-threads=8 \
+ --log-dir=/tmp/logs \
+ --packages-dir=/mnt/archive/Megarpms/21/Packages \
+ --temp-dir=/mnt/ssd/AppStream/tmp \
+ --output-dir=./repodata \
+ --screenshot-url=http://megarpms.org/screenshots/ \
+ --basename="megarpms-21"
+
+Note: it is possible to use "globs" like `/mnt/archive/Megarpms/21/Packages*` to match multiple directories or packages.
This will output a lot of progress text. Now, go and make a cup of tea and wait
patiently if you have a lot of packages to process. After this is complete