Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 13158  / 2 Years ago, fri, july 8, 2022, 7:29:36

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


More From » compiling

 Answers
2

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

[#38453] Saturday, July 9, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
raacket

Total Points: 198
Total Questions: 114
Total Answers: 111

Location: Czech Republic
Member since Mon, May 15, 2023
1 Year ago
raacket questions
;