summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJames Godfrey-Kittle <jamesgk@google.com>2015-04-10 15:11:33 -0700
committerJames Godfrey-Kittle <jamesgk@google.com>2015-04-16 12:16:34 -0700
commita813bb565f4d2d7e15e53242b339d99b08256952 (patch)
treea6ee9cba7d3a3faad7c6dd4a8f1753be2efe7940 /README.md
parent4bf344406d35101a2cd3cc7d830904ff28692e92 (diff)
Remove booleanOperations from repo.
This was included mostly because it's not convenient to install (no setup.py). But that can be fixed upstream.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6dc1a65..539255c 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
The Roboto build toolchain depends on:
- FontTools (https://github.com/behdad/fonttools)
- RoboFab (https://github.com/robofab-developers/robofab)
-- An expanded version of Tal Leming's feaTools (https://github.com/jamesgk/feaTools/tree/expanded)
-Overlap removal depends on the "booleanOperations" (https://github.com/typemytype/booleanOperations) library, which is included in `scripts/lib/`. You may need to replace its `pyclipper.so` with `pyclipper-MAC.so` or `pyclipper-LINUX.so`, depending on your platform, or compile the cpp wrapper yourself according to the instructions found on GitHub.
+- An expanded version of Tal Leming's feaTools (https://github.com/jamesgk/feaTools/tree/expanded), for feature handling.
+- BooleanOperations (https://github.com/typemytype/booleanOperations), for glyph overlap removal.
### OTF Generation
OTF generation depends on: