From d4ebb27c6ddf54077f50da1e847431f70f2cf04e Mon Sep 17 00:00:00 2001 From: guidotheelen Date: Tue, 14 Apr 2020 17:34:35 +0200 Subject: [PATCH] readme prerequisites steps --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cb7fbff07..6943d49b8 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,11 @@ Color and Black-and-White Noto emoji fonts, and tools for working with them. ## Prerequisites -- This project uses Python 3. -- You need either [zopflipng](https://github.com/google/zopfli) or [optipng](ttp://optipng.sourceforge.net/). (Zopflipng is better (about 5-10%) but much slower.) -- You need [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) -- You need [pngquant](https://pngquant.org/) +Building Noto Color Emoji requires: +- Python 3 +- [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) +- [pngquant](https://pngquant.org/) +- Either [zopflipng](https://github.com/google/zopfli) or [optipng](http://optipng.sourceforge.net/). Zopflipng is better (about 5-10%) but much slower. ## Building NotoColorEmoji This project uses a virtual environment to manage dependencies. Use the following steps to get up and running.