adobe-fonts / source-code-pro

Monospaced font family for user interface and coding environments
https://adobe-fonts.github.io/source-code-pro/
SIL Open Font License 1.1
19.85k stars 1.62k forks source link

made font buildable on Ubuntu #223

Closed verhovsky closed 5 years ago

verhovsky commented 5 years ago

Tried building it on Ubuntu, first I got a ./build.sh: 6: ./build.sh: Syntax error: "(" unexpected error, which is because sh is not bash on Ubuntu/Debian (looks like someone already pointed out that adding those brackets was a breaking change https://github.com/adobe-fonts/source-code-pro/commit/c9a8cd11a69366f44edd652c128e47e3fae030f4#commitcomment-24940003). Then I got a I got the fontTools import error, because I installed FontTools with pip3 and the shebang in addSVGTable.py was making the script run as Python 2, which didn't have FontTools installed.