summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2015-05-03 15:06:26 -0400
committerAllen Winter <allen.winter@kdab.com>2015-05-03 15:06:26 -0400
commit94eeb9cadc95eb67307f8c9f83238a1d4c5f0927 (patch)
treec0a8a7f201bd6935999ddc9fbd9003a28bca096f /Install.txt
parentb64a502453e8723eb598aab8f2dabda7da597ddf (diff)
downloadlibical-git-94eeb9cadc95eb67307f8c9f83238a1d4c5f0927.tar.gz
ported to MSVC 2005, 2012 and MinGW 64
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Install.txt b/Install.txt
index f18728e8..ad2730c8 100644
--- a/Install.txt
+++ b/Install.txt
@@ -30,6 +30,10 @@ Building on Windows with MicroSoft Visual Studio:
% nmake
% nmake install
+NOTE: Some MSVC 32bit compilers (like MSVC2005) use a 64bit version of time_t.
+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:
% mkdir build
% cd build