summaryrefslogtreecommitdiff
path: root/building.txt
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2010-03-14 15:12:05 +0100
committerBardur Arantsson <bardur@scientician.net>2010-03-14 15:12:05 +0100
commit2777c465106866a27df9568d5d1340028aef576f (patch)
treec0319d6228f714284337312ad046a29e899e0207 /building.txt
parent8022a4bd9f795695d93f6025870a6176de7cecea (diff)
Build system: Add build support for Windows/MinGW.
Thanks to wino45 for the help.
Diffstat (limited to 'building.txt')
-rw-r--r--building.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/building.txt b/building.txt
index 2a3a2dfe..463d648c 100644
--- a/building.txt
+++ b/building.txt
@@ -70,3 +70,13 @@ variable LDFLAGS=-L/usr/X11R6/lib when running CMake. Example:
The SDL frontend also requires these packages: sdl-image, sdl-ttf
+
+Compiling on Windows using MinGW
+================================
+
+(See http://www.mingw.org/)
+
+To compile on Windows using MinGW, use the commands
+
+ $ cmake -G "MinGW Makefiles"
+ $ mingw32-make