summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
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