I'm trying to build a package from source (I know its not recommended to go outside the repos but I gotta learn)
Here is the error I'm receiving:
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.6)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
[terry@localhost build]$ clear
[terry@localhost build]$ cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS ..
-- The CXX compiler identification is unknown
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
CMake Error at /usr/share/cmake/Modules/FindKDE4.cmake:84 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/terry/.kde4/share/apps;/usr/share/apps
Call Stack (most recent call first):
CMakeLists.txt:3 (find_package)
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.6)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
Here's the response from the developer of the program:
Seems that you are missing the development packages for KDE4?
It also says you don't have a valid C++ compiler set, but maybe it's because of the missing cmake-files of KDE4.
You need to install those packages to compile the game. They have a name like libkde4-dev. I don't know exactly which packages are needed..
Which distribution are you using?
To which my question is which dev packages do I need to install?
I looked in the repos but there are many dev packages.
Also the c++ compiler not sure what exactly I need.
Many thanks friends
