summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2016-08-10 11:51:36 -0400
committerAllen Winter <allen.winter@kdab.com>2016-08-10 11:51:48 -0400
commit56824f8b08550c15c67b38b40ef97dc674fc5b78 (patch)
treea5b9a502701fc6ea5acf73a5b7e368b13ea07e46 /Install.txt
parent05f7493412aea0f844c8a379dd624472216e420a (diff)
downloadlibical-git-56824f8b08550c15c67b38b40ef97dc674fc5b78.tar.gz
Install.txt - minor improvements
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Install.txt b/Install.txt
index 20d07cae..bab976b6 100644
--- a/Install.txt
+++ b/Install.txt
@@ -11,7 +11,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 3.0.2 or higher
+ - CMake version 2.8.9 or higher
- Perl
- libicu (not required but strongly recommended)
- a C compiler (let us know if the build fails with your C compiler)
@@ -24,6 +24,7 @@ Building on Unix with gcc or clang:
% make install
Building on Windows with MicroSoft Visual Studio:
+From a command prompt for the version of MSVC you want to use
% mkdir build
% cd build
% cmake -G "NMake Makefiles" ..
@@ -35,6 +36,8 @@ In these cases you must pass -DUSE_32BIT_TIME_T=true to cmake to make sure
the 32bit version of time_t is used instead.
Building on Windows with mingw:
+Make sure you have the path to the MinGW programs in %PATH% first, for example:
+% set "PATH=c:\MinGW\mingw64\bin;%PATH%"
% mkdir build
% cd build
% cmake -G "MinGW Makefiles" ..