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: