linux - 从 GitHub 上的源代码安装 FontForge

标签 linux ubuntu github fonts

我正在尝试安装最新版本的 FontForge从源头上。我知道./configuremakemake install的整个过程,但是源码包里没有configure脚本,只有configure.ac,貌似需要用autoconf处理,但是autoconf没有处理。当我运行 autoconf 时,它说了一些关于可能未定义宏的信息。在我用谷歌搜索错误后,它让我尝试 aclocal ;自动标题;汽车制造; autoconf 也不起作用。

最佳答案

您需要调用autogen.sh 脚本来生成configure 脚本。作为先决条件,您需要安装 autoconfautomakelibtool

$ ./autogen.sh

Preparing the fontforge build system...please wait

Found GNU Autoconf version 2.69
Found GNU Automake version 1.12.1
Found GNU Libtool version 2.4.2

Automatically preparing build ... done

The fontforge build system is now prepared.  To build here, run:
  ./configure
  make

关于linux - 从 GitHub 上的源代码安装 FontForge,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15943884/

相关文章:

android - 在 Ubuntu 上构建 Android 源代码

Ubuntu Nginx 新的 ssl 证书不起作用?

github - 在导入之前我必须有文件是没有意义的

git - 一轨github可以 pull 吗?

linux - 在 Linux 上生成特定的 CPU、磁盘和网络利用率工作负载

php - 无法使文件/目录可由 php 写入

linux - 从主机访问 virtualbox 客户端上的网页,包括 Ubuntu、Neo4j 项目

linux - 从 repo 创建文件的 zip 文件以用于还原目的

linux - 从 Linux 服务器向 Windows 手机发送推送通知

linux - VirtualBox:启动时挂载共享文件夹失败,但从 shell 成功