I want to install the Quanta Plus, a web development IDE. When I try to configure the file using ./configure
then this will display:
subhajit@Reaper:~/Downloads/kdewebdev-3.5.8$ ./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 a thread-safe mkdir -p... /bin/mkdir -p
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.
I find some stuff like
sudo apt-get install kdelibs5-dev
and
sudo apt-get build-dep kstars
but this is not working.
If there is another way to install the Quanta Plus? Then please tell me how to install.
I'm using Ubuntu 12.04 32bit.
sudo apt-get install kdewebdev
. I believe the Quanta Plus is a very old name for one of the apps in the now KDE web development suite. – gertvdijk Jan 23 '13 at 23:36