summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2017-01-01 09:37:06 -0500
committerAllen Winter <allen.winter@kdab.com>2017-01-01 09:37:06 -0500
commitac6741b61c6c0a28dd620a68972573633d9fe3a1 (patch)
tree19b705d5c8a4ce5492f18430cf69c37629ab4c10 /Install.txt
parentef084c464cfcb2878109d2d3d5ba519294ca10fe (diff)
downloadlibical-git-ac6741b61c6c0a28dd620a68972573633d9fe3a1.tar.gz
Require CMake v3.1.0 or higher
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/Install.txt b/Install.txt
index 37e78e9f..e5b6ef06 100644
--- a/Install.txt
+++ b/Install.txt
@@ -1,5 +1,4 @@
-Libical v1.0 and above uses the CMake buildsystem.
-The autoconf build system has been removed and is no longer supported.
+Libical uses the CMake buildsystem.
Please see the comments at the top of CMakeLists.txt for
the available configuration options you can pass to cmake.
@@ -11,7 +10,7 @@ passing -DCMAKE_INSTALL_PREFIX=/install/path to cmake.
To build a debug version pass -DCMAKE_BUILD_TYPE=Debug to cmake.
To build libical you will need:
- - CMake version 2.8.9 or higher
+ - CMake version 3.1.0 or higher
- Perl
- libicu (not required but strongly recommended)
- a C compiler (let us know if the build fails with your C compiler)