diff options
-rw-r--r-- | CMakeLists.txt | 3 | ||||
-rw-r--r-- | INSTALL | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e323a801..8b34ccef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,8 +16,7 @@ SET(REKONQ_SITE "http://rekonq.kde.org") # ================================================================================== # minimum cmake required -CMAKE_MINIMUM_REQUIRED(VERSION 2.6.4) - +CMAKE_MINIMUM_REQUIRED(VERSION 2.8.9 FATAL_ERROR) SET(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH}) @@ -13,6 +13,9 @@ This software should be prepackaged for all major Linux distributions. Please see http://techbase.kde.org/Getting_Started#Building_and_Running_KDE_Software_From_Source for instructions on how to build and setup a KDE4 environment to work in. +The build system, as every KDE4 software is based on cmake. Actual minimum dependency about is: + +- cmake 2.8.9 === Optional dependencies === |