From 0064dfbc7124cfb484f4cd6056d5bf54d440c2e4 Mon Sep 17 00:00:00 2001 From: pandamicro Date: Wed, 15 Jul 2015 14:11:59 +0800 Subject: [PATCH] Update requirements info --- docs/RELEASE_NOTES.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index afebd694fbdc..8d1a3d3549a6 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -54,8 +54,8 @@ * Xcode 5.1 or newer for iOS or Mac * gcc 4.9 or newer for Linux * ndk-r10c for Android -* Visual Studio 2013 or newer for Windows (win32) -* Visual Studio 2013 or newer for Windows Phone 8 +* Visual Studio 2013 or newer for Windows (win32) +* Visual Studio 2013 update4 or newer for Windows Phone 8 ## How to run tests @@ -120,7 +120,6 @@ Then * For win32 project, enter `cocos2d-x/build`, and open `cocos2d-win32.sln` or `cocos2d-js-win32.sln` * For win 8.1 project, enter `cocos2d-x/build`, and open `cocos2d-win8.1-universal.sln` or `cocos2d-js-win8.1-universal.sln` -* For win 10 project, enter `cocos2d-x/build`, and open `cocos2d-win10.sln` * Select running target * Click run button