cmake failing on extcalc installation
I'm trying to install extcalc from the tarball extcalc-0.9.3-1.tar.gz. After unpacking the cmake command fails with:
*****
CMake Error at /usr/share/cmake/Modules/FindQt4.cmake:1625 (MESSAGE):
Qt qmake not found!
Call Stack (most recent call first):
CMakeLists.txt:11 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
*****
The cmake I installed (as a command line yum) was version 2.6-patch 4.
The cmake via the system gui add/remove software was garbage.
Package 1:qt-4.6.2-28.el6_5.x86_64 is also installed
I'm unfamilar with Qt and my goal is a functioning graphics calculator.
Unfortunately a binary extcalc is not avalable for a 64-bit system
|