aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPathum Egodawatta2015-11-02 00:15:45 +0000
committerAdrien Tétar2015-11-02 10:33:46 +0100
commit1005fb3c733c370323a044490a68080e8f9440c8 (patch)
treedc87fd58ea45ef67f6a4fa8d48833535b7d29fbd
parent93a75dd640d235b3248c0bd5b190f00499ff7078 (diff)
downloadtrufont-1005fb3c733c370323a044490a68080e8f9440c8.tar.bz2
Update INSTALL.md
-rw-r--r--INSTALL.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 910648f..492c4de 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -50,6 +50,17 @@ In particular, https://github.com/trufont/defcon/tree/python3-ufo3
cd robofab ;
sudo python3 setup.py install --record installed-files.txt ;
+### ufo2fdk
+
+Learn more: https://github.com/typesupply/ufo2fdk
+
+In particular, https://github.com/trufont/ufo2fdk/tree/python3-ufo3
+
+ cd .. ;
+ git clone --depth=1 --branch=python3-ufo3 https://github.com/trufont/ufo2fdk ;
+ cd ufo2fdk ;
+ sudo python3 setup.py install --record installed-files.txt ;
+
### PyInstaller
Homepage: http://www.pyinstaller.org