From 3f3284519bd7dc5cc853cc2585e162dba0fde90f Mon Sep 17 00:00:00 2001 From: polos Date: Sat, 4 Mar 2017 11:40:46 +0100 Subject: [PATCH] add note about MinGW (stuck in 'Makefile' loop) --- README-1.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README-1.txt b/README-1.txt index 43be3cd..2ba6da9 100644 --- a/README-1.txt +++ b/README-1.txt @@ -77,7 +77,12 @@ BUILD (require :cmp) [MSVC] - substitute make with nmake + Substitute make with nmake. + + [MinGW] + If 'make' is stuck in an infinite loop of creating the 'Makefile', just remove + the line 'include(windows.pri)' from your '*.pro' file, setting eventual needed + paths in your '~/.profile' instead. [OSX] To force creation of a Makefile (instead of an Xcode project), use this flag: