“kde-config não encontrado” ao instalar o kstars da fonte

6

Estou tentando instalar o kstars a partir do código-fonte, mas recebi o seguinte erro ao configurar

./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for kde-config... not found
configure: error: The important program kde-config was not found!
Please check whether you installed KDE correctly.

O que significa, eu já instalei o kde no meu computador

    
por Tachyons 14.05.2012 / 08:07

2 respostas

8

Parece que você está perdendo kdelibs5-dev :

sudo apt-get install kdelibs5-dev

Você pode ter certeza de que todas as dependências de construção do kstars estão instaladas instalando suas dependências de construção:

sudo apt-get build-dep kstars
    
Erro
por Jorge Castro 14.05.2012 / 08:13
12
sudo ln -s /usr/bin/kde4-config /usr/bin/kde-config
    
por Ruslan 26.02.2014 / 17:19

Tags