summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2014-08-17 10:29:31 -0400
committerAllen Winter <allen.winter@kdab.com>2014-08-17 10:29:31 -0400
commit15305333402f410eb41ac44740d7e12ddfb7a2c6 (patch)
tree8b48c4f854f289e64788f4223400ff23ae1c8d7a /Install.txt
parenta103aa12c27fec06ca973aa948cb03779b3dc140 (diff)
downloadlibical-git-15305333402f410eb41ac44740d7e12ddfb7a2c6.tar.gz
minor fixes for MSYS
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Install.txt b/Install.txt
index 20581228..f0aba3ea 100644
--- a/Install.txt
+++ b/Install.txt
@@ -47,7 +47,7 @@ Building on Windows under Cygwin:
Building on MSYS with mingw:
% mkdir build
% cd build
-% cmake -G "MinGW Makefiles" ..
+% cmake -G "MSYS Makefiles" ..
% nmake
% nmake install