Erro durante a instalação vte-eg 'No package' libpcre2-8 'found'?

1

make está me dando o seguinte erro ao tentar instalar o vte-eg

./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.

Eu uso zsh como meu shell padrão.

Editar:

Estou usando o ubuntu 16.10

    
por aeid 09.02.2017 / 10:54

1 resposta

0

Instalando libpcre2-dev corrigiu meu problema

    
por David Villacis C. 03.01.2018 / 23:28