From f558c66e7843aefaed6ad59b4869e232fa76c2aa Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 8 Feb 2012 19:10:41 +0100 Subject: [PATCH] doc: Add a note about makefile generators on Windows. --- INSTALL | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL b/INSTALL index d85b8e5a..a772b824 100644 --- a/INSTALL +++ b/INSTALL @@ -34,6 +34,8 @@ GNU/Linux, MacOS X, MSYS/MinGW: cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug .. make +On Windows you should choose a makefile gernerator with -G. + ### CMake standard options Here is a list of the most interesting options provided out of the box by CMake.