doc: Add a note about makefile generators on Windows.

This commit is contained in:
Andreas Schneider 2012-02-08 19:10:41 +01:00
parent 3bb381fad7
commit f558c66e78

View File

@ -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.