From e83de40592a7d0609e62daa70c0326887fb9ac67 Mon Sep 17 00:00:00 2001 From: Ricardo Quesada Date: Wed, 5 Nov 2014 10:26:46 -0800 Subject: [PATCH] fixes types in readme thanks @kidproquo --- README.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.cmake b/README.cmake index 3df615997e..edbe073c19 100644 --- a/README.cmake +++ b/README.cmake @@ -23,7 +23,7 @@ mac build Instructions cd cocos2d-x mkdir macbuild && cd macbuild -cmake -G "Unix Makefile" -DBUILD_CPP_TESTS=OFF -DBUILD_LUA_LIBS=OFF .. +cmake -G "Unix Makefiles" -DBUILD_CPP_TESTS=OFF -DBUILD_LUA_LIBS=OFF .. Android Build Instructions @@ -35,6 +35,6 @@ mingw64 with msys2 build Instructions cd cocos2d-x mkdir mingwbuild && cd mingwbuild -cmake -G "MSYS Makefile" -DBUILD_CPP_TESTS=OFF -DBUILD_LUA_LIBS=OFF .. +cmake -G "MSYS Makefiles" -DBUILD_CPP_TESTS=OFF -DBUILD_LUA_LIBS=OFF .. -todo: structure this document in markdown with better examples and more details \ No newline at end of file +todo: structure this document in markdown with better examples and more details