如何编译和安装?

https://github.com/thestinger/vte-ng

我看到一个配置,autogen.sh和一个makefile,但我似乎无法弄清楚如何安装它。

有人可以帮我解释一下我需要做些什么来安装它?

首先,你必须从makefile.am制作make文件。为此

  1. 确保你有autoconf,libglib2.0-dev(对于AM_GLIB_GNU_GETTEXT宏),gtk-doc-tools安装了sudo apt-get install autoconf libglib2.0-dev gtk-doc-tools

  2. 转到/vte-ng-0.42.4.a

  3. 运行命令autoreconf

  4. 如果出现任何错误,请运行命令automake --add-missing

  5. 然后运行./configure
  6. 然后你应该有一个普通的makefile,所以运行make
  7. 运行sudo make install它应该安装