"kde-config not found" error while installing kstars from source
I am trying to install kstars from source ,but I got the following error while configuring
./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.
What does it mean ,I already installed kde in my computer
sudo ln -s /usr/bin/kde4-config /usr/bin/kde-config
Looks like you're missing kdelibs5-dev
:
sudo apt-get install kdelibs5-dev
You can make sure all the build dependencies of kstars is installed by installing its build dependencies:
sudo apt-get build-dep kstars