From 0a10ce4ddcdfcf5bede322c7da0eb1e7e6f87ed7 Mon Sep 17 00:00:00 2001 From: Doug Felt Date: Tue, 8 Dec 2015 14:53:22 -0800 Subject: [PATCH] Update README.md with information on building NotoColorEmoji. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index f586c8d61..6c3a52ee1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,20 @@ # Noto Emoji Color and Black-and-White Noto emoji fonts, and tools for working with them. +The color version must be built from source. + +## Building NotoColorEmoji + +Building NotoColorEmoji requires a few files from nototools. Clone a copy from +https://github.com/googlei18n/nototools and either put it in your PYTHONPATH or +use 'python setup.py develop' ('install' currently won't fully install all the +data used by nototools). + +Then run make. NotoColorEmoji is the default target. It's suggested to use -j, +especially if you are using zopflipng for compression. Intermediate products +(compressed image files, for example) will be put into a build subdirectory; the +font will be at the top level. + ## License Emoji fonts (under the fonts subdirectory) are under the @@ -14,4 +28,5 @@ Please read [CONTRIBUTING](CONTRIBUTING.md) if you are thinking of contributing ## News +* 2015-12-09: Unicode 7 and 8 emoji image data (.png format) added. * 2015-09-29: All Noto fonts now licensed under the SIL Open Font License.