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