1

我正在尝试在 Linux Ubuntu 14.04 LTS 中安装 fontforge --with-python。

我做了这里列出的这个手动步骤(https://github.com/fontforge/fontforge/blob/master/INSTALL-git.md),但它仍然不起作用。

有人知道是否有另一种方法可以使它起作用吗?

谢谢!

4

2 回答 2

5

您不需要编译 FontForge,但必须专门安装 Python 绑定:

sudo add-apt-repository ppa:fontforge/fontforge
sudo apt-get update
sudo apt-get install fontforge python-fontforge 
于 2016-04-13T22:35:00.420 回答
0

我找到的最佳解决方案是:

安装 LINUXBREW: https ://github.com/Linuxbrew/linuxbrew

然后我做了:

$brew install fontforge --with-python
$brew install eot-utils
$gem install fontcustom

并完成了我的其余过程,直到 Gulp:

$npm install
$bundle install
$gulp fontcustom
$gulp

这就对了!谢!

于 2016-04-08T21:38:59.930 回答