在Ubuntu中安装fontcustom/fontferge

2024-10-16 20:48:09 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在尝试在Linux Ubuntu14.04LTS中安装fontforge——使用python。在

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

有人知道有没有其他方法可以让它起作用吗?在

谢谢!在


Tags: install方法httpsgitgithubmastercomlinux
2条回答

不需要编译FontForge,但必须特别安装Python绑定:

sudo add-apt-repository ppa:fontforge/fontforge
sudo apt-get update
sudo apt-get install fontforge python-fontforge 

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

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

然后我做了:

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

我的其余过程一直持续到吞下:

^{pr2}$

就这样!Tks!在

相关问题 更多 >