From 90b08daa32bd00a52753ae937b355188a2cf4461 Mon Sep 17 00:00:00 2001 From: Albert Date: Thu, 27 Aug 2020 23:33:19 +0200 Subject: [PATCH 1/2] Add missing dependency --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01401661d..b177b5fe2 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Building Noto Color Emoji requires: - [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) - [pngquant](https://pngquant.org/) - [zopflipng](https://github.com/google/zopfli) +- [cairo](https://www.cairographics.org/) ## Building NotoColorEmoji This project uses a virtual environment to manage dependencies. Use the following steps to get up and running: From 5b384363936a442b6d6027543b4d76e59a4b0d7b Mon Sep 17 00:00:00 2001 From: Albert Date: Thu, 27 Aug 2020 23:34:20 +0200 Subject: [PATCH 2/2] Fix link --- third_party/region-flags/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/region-flags/README.md b/third_party/region-flags/README.md index cea91991f..1eba0893e 100644 --- a/third_party/region-flags/README.md +++ b/third_party/region-flags/README.md @@ -56,7 +56,7 @@ region. - The script `download-wp.py` downloads missing flags from Wikipedia and generating optimized SVG and PNG versions. -You can use the [waveflag script from the Noto fonts project](https://code.google.com/p/noto/source/browse/color_emoji/waveflag.c) +You can use the [waveflag script from the Noto fonts project](../../waveflag.c) to _wave_ PNG flags. # Requirements