summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2014-08-14 10:17:27 -0400
committerAllen Winter <allen.winter@kdab.com>2014-08-14 10:17:27 -0400
commitd48d8700fc5367de317b7f817696c09967b31e3f (patch)
tree18004381afc137236d0affe2a2a5bbadf5134dce /Install.txt
parent2ecb8dcde4cb7fef4041a9c3dbd970b1892ad6d2 (diff)
downloadlibical-git-d48d8700fc5367de317b7f817696c09967b31e3f.tar.gz
add instructions for building on Windows with MSYS
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Install.txt b/Install.txt
index 8de4f0ec..20581228 100644
--- a/Install.txt
+++ b/Install.txt
@@ -44,6 +44,13 @@ Building on Windows under Cygwin:
% make
% make install
+Building on MSYS with mingw:
+% mkdir build
+% cd build
+% cmake -G "MinGW Makefiles" ..
+% nmake
+% nmake install
+
To run the test suite, from inside the build directory
run 'make test' (or 'nmake test' or 'mingw32-make test')