Remove MinGW from INSTALL.md

This commit is contained in:
David Capello 2014-11-08 21:09:54 -03:00
parent b96d615d6c
commit 6dba52c813

View File

@ -47,14 +47,6 @@ the source code in a directory called `aseprite-source`):
/.../aseprite-source/build$ cmake .. -G "Unix Makefiles"
If you have MinGW + MSYS:
C:\...\aseprite-source\build>cmake .. -G "MSYS Makefiles"
If you have MinGW + mingw-make:
C:\...\aseprite-source\build>cmake .. -G "MinGW Makefiles"
For more information in [CMake wiki](http://www.vtk.org/Wiki/CMake_Generator_Specific_Information).
3. After you have executed one of the `cmake .. -G <generator>`