From 6dba52c81342206c7ab791b710da0cf2ed79cb73 Mon Sep 17 00:00:00 2001 From: David Capello Date: Sat, 8 Nov 2014 21:09:54 -0300 Subject: [PATCH] Remove MinGW from INSTALL.md --- INSTALL.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index cabed0a69..c582c2b85 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 `