diff options
author | Mingcong Bai <jeffbai@aosc.xyz> | 2016-05-04 13:16:14 -0600 |
---|---|---|
committer | Mingcong Bai <jeffbai@aosc.xyz> | 2016-05-04 13:16:14 -0600 |
commit | ab6b39ff1eb9ee72b9fd9b8dc6aabbe3e0c233cd (patch) | |
tree | f0ca9eb0b17cba631dfaf09d7f2aab70203f36f5 | |
parent | 9d8b86a4a123893ea365e96835cfa2bfe38d1974 (diff) | |
download | appstream-glib-ab6b39ff1eb9ee72b9fd9b8dc6aabbe3e0c233cd.tar.gz |
README.md: add note for glob usage
-rw-r--r-- | README.md | 20 |
1 files changed, 11 insertions, 9 deletions
@@ -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 |