From e803deb97304248780b2c06f79c53eae20a94fd2 Mon Sep 17 00:00:00 2001 From: James Godfrey-Kittle Date: Tue, 10 Mar 2015 10:37:03 -0700 Subject: Add some notes about booleanOperations library. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2eddb1a..11ff662 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ The Roboto build toolchain depends on: - FontTools (https://github.com/behdad/fonttools) - RoboFab (https://github.com/robofab-developers/robofab) +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. ### OTF Generation OTF generation depends on: @@ -9,7 +10,7 @@ OTF generation depends on: - Open-source portions of the AFDKO (https://github.com/adobe-type-tools/afdko/releases) The AFDKO from GitHub can be time consuming to setup. It is easier to just use the variety which includes closed-source tools (http://www.adobe.com/devnet/opentype/afdko.html), though these closed-source portions are not used to build Roboto. -### TTF Generation and Overlap Removal -TTF generation and overlap removal depend on: +### TTF Generation +TTF generation depends on: - FontForge (https://github.com/fontforge/fontforge) Whose Python interface should be availabe on Ubuntu by default via `apt-get install fontforge` and `apt-get install python-fontforge`. -- cgit v1.2.3