mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-06-08 07:47:59 +00:00
install instructions
This commit is contained in:
parent
8bc1751449
commit
cbe5031b4b
1 changed files with 12 additions and 7 deletions
19
README.md
19
README.md
|
@ -4,14 +4,19 @@ Color and Black-and-White Noto emoji fonts, and tools for working with them.
|
||||||
|
|
||||||
## Building NotoColorEmoji
|
## Building NotoColorEmoji
|
||||||
|
|
||||||
Building NotoColorEmoji currently requires a Python 2.x wide build. To build
|
Create a virtual environment called:
|
||||||
the emoji font you will require 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). You will also need fontTools, get it from
|
|
||||||
https://github.com/behdad/fonttools.git.
|
|
||||||
|
|
||||||
Then run make. NotoColorEmoji is the default target. It's suggested to use -j,
|
python3 -m venv noto-emoji-env
|
||||||
|
|
||||||
|
Activate the virtual environment:
|
||||||
|
|
||||||
|
source noto-emoji-env/bin/activate
|
||||||
|
|
||||||
|
Install the python requirements with:
|
||||||
|
|
||||||
|
pip install -r requirements.txt
|
||||||
|
|
||||||
|
Then run `make`. NotoColorEmoji is the default target. It's suggested to use -j,
|
||||||
especially if you are using zopflipng for compression. Intermediate products
|
especially if you are using zopflipng for compression. Intermediate products
|
||||||
(compressed image files, for example) will be put into a build subdirectory; the
|
(compressed image files, for example) will be put into a build subdirectory; the
|
||||||
font will be at the top level.
|
font will be at the top level.
|
||||||
|
|
Loading…
Add table
Reference in a new issue