From fb8b62fddb9d6ab4ee8594f831c4f3f654758e4b Mon Sep 17 00:00:00 2001 From: Blake Kostner Date: Mon, 27 Feb 2017 15:29:23 -0700 Subject: [PATCH] Update README.md Add `libmustache-d` to README dependencies --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a5e8d6e..5af24a2d 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ If you are looking for the AppStream client-tools, the [AppStream repository](ht * FreeType * Fontconfig * Pango + * libmustache-d * Bower (optional) [6] [1]: https://github.com/ldc-developers/ldc/releases @@ -40,7 +41,7 @@ On Debian and derivatives of it, all build requirements can be installed using t ```ShellSession sudo apt install meson ldc libappstream-dev libgdk-pixbuf2.0-dev libarchive-dev \ librsvg2-dev liblmdb-dev libglib2.0-dev libcairo2-dev libcurl4-gnutls-dev \ - libfreetype6-dev libfontconfig1-dev libpango1.0-dev + libfreetype6-dev libfontconfig1-dev libpango1.0-dev libmustache-d-dev ``` ### Build instructions