From 3ca2cd7cac872679f1123b75131b17ceca29658f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Wed, 22 Apr 2015 15:49:08 +0300 Subject: [PATCH] Remove note in the docs to a bug that has been fixed. --- .../building_emscripten_from_source_using_the_sdk.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/site/source/docs/building_from_source/building_emscripten_from_source_using_the_sdk.rst b/site/source/docs/building_from_source/building_emscripten_from_source_using_the_sdk.rst index f3be63976..590bac686 100644 --- a/site/source/docs/building_from_source/building_emscripten_from_source_using_the_sdk.rst +++ b/site/source/docs/building_from_source/building_emscripten_from_source_using_the_sdk.rst @@ -42,12 +42,6 @@ The :ref:`emsdk` controls which tool and SDK "targets" are installed and activat If you want to use the upstream stable branch ``master``, replace ``-incoming-`` with ``-master-`` in the commands above. -.. warning:: On Windows there is `currently a bug `_ with the git package. Instead of using ``sdk-incoming-64bit``, you may need to enter: - - :: - - emsdk install clang-incoming-64bit node-0.10.17-64bit python-2.7.5.3-64bit java-7.45-64bit emscripten-incoming - .. note:: The SDK supplies a number of other "repository" targets. These targets are viewed by entering ``./emsdk list`` on the command prompt: - ``sdk-incoming-64bit`` is the target for a complete 64-bit Emscripten environment build from the incoming branch of the Emscripten and *Fastcomp* repositories. This is equivalent to: