https://github.com/thestinger/vte-ng
我看到了一个配置、autogen.sh和makefile,但是我似乎不知道如何安装它。
有人能帮我解释一下我需要做些什么来安装这个吗?
发布于 2016-02-27 02:38:45
首先,您必须从makefile.am.For创建make文件
sudo apt-get install autoconf libglib2.0-dev gtk-doc-tools
autoreconf
automake --add-missing
./configure
make
sudo make install
,应该安装它https://askubuntu.com/questions/739563
复制相似问题