From 8959ef0bd690dc64722fcae27ee932da05e1ff51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Thu, 1 May 2014 10:17:04 +0300 Subject: [PATCH] Remove old note about 64-bit tools not being supported with vs-tool. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 16dc21c..869eae2 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,3 @@ If you want to remove a Portable SDK, just delete the directory where you put th * Also, on OSX, java is not bundled with the Emscripten SDK. After installing emscripten via emsdk, typing 'emcc --help' should pop up a OSX dialog "Java is not installed. To open java, you need a Java SE 6 runtime. Would you like to install one now?" that will automatically download a Java runtime to the system. * Emscripten requires the command line tool 'python2' to be present on OSX. On default OSX installations, this does not exist. To manually work around this issue, see step 10 at https://github.com/kripken/emscripten/wiki/Getting-started-on-Mac-OS-X - -##### Windows - -* The Visual Studio integration with the vs-tool package only supports Visual Studio 2010 at the moment, and requires the 32-bit version of emsdk to be used.