Merge pull request #320 from corollari/master

Add missing build dep & fix link
This commit is contained in:
Tomas 2020-10-27 11:12:29 +01:00 committed by GitHub
commit 4a6a3ca625
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ Building Noto Color Emoji requires:
- [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) - [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/)
- [pngquant](https://pngquant.org/) - [pngquant](https://pngquant.org/)
- [zopflipng](https://github.com/google/zopfli) - [zopflipng](https://github.com/google/zopfli)
- [cairo](https://www.cairographics.org/)
## Building NotoColorEmoji ## Building NotoColorEmoji
This project uses a virtual environment to manage dependencies. Use the following steps to get up and running: This project uses a virtual environment to manage dependencies. Use the following steps to get up and running:

View file

@ -56,7 +56,7 @@ region.
- The script `download-wp.py` downloads missing flags from Wikipedia and generating - The script `download-wp.py` downloads missing flags from Wikipedia and generating
optimized SVG and PNG versions. 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. to _wave_ PNG flags.
# Requirements # Requirements