1
0
Fork 0
mirror of synced 2024-05-22 05:23:24 +12:00
FiraCode/script/bootstrap_macos.sh

23 lines
633 B
Bash
Raw Normal View History

#!/bin/bash
set -o errexit -o nounset -o pipefail
cd "`dirname $0`/.."
sudo easy_install-3.8 pip
2020-05-18 09:34:17 +12:00
pip install virtualenv --user
python3 -m virtualenv venv
source venv/bin/activate
# https://github.com/googlefonts/gftools/issues/121
brew install pkg-config
brew install zlib
2020-05-18 09:34:17 +12:00
pip install -U Pillow==5.4.1 idna==2.8 requests==2.21.0 urllib3==1.24.1
export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
2020-05-18 09:34:17 +12:00
pip install pycairo
pip install git+https://github.com/googlefonts/gftools
2020-05-18 09:34:17 +12:00
pip install fontmake
brew install ttfautohint
brew install woff2
brew tap bramstein/webfonttools
brew install sfnt2woff-zopfli
2020-05-18 09:34:17 +12:00
pip install fontbakery