在尝试安装vte-例如时,make给了我以下错误:
./autogen.sh && make && sudo make install
configure: error: Package requirements (glib-2.0 >= 2.40.0 gobject-2.0 pango >= 1.22.0 gtk+-3.0 >= 3.8.0 gobject-2.0 gio-2.0 gio-unix-2.0 zlib libpcre2-8 >= 10.21 gnutls >= 3.2.7) were not met:
No package 'libpcre2-8' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables VTE_CFLAGS
and VTE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.我使用zsh作为我的默认shell。
我用的是ubuntu 16.10
发布于 2018-01-03 22:28:31
安装libpcre2-dev解决了我的问题
https://askubuntu.com/questions/881513
复制相似问题