You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/source/docs/building_from_source/toolchain_what_is_needed.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Emscripten tools and dependencies
23
23
In general a complete Emscripten environment requires the following tools. First test to see if they are already installed using the :ref:`instructions below <toolchain-test-which-dependencies-are-installed>`.
24
24
25
25
- :term:`Node.js` (18.3.0 or above)
26
-
- :term:`Python` (3.8 or above)
26
+
- :term:`Python` (3.10 or above)
27
27
- :term:`Java` (1.6.0_31 or later). Java is optional. It can be used to run the java version of term:`Closure Compiler`.
28
28
- :term:`Git` client. Git is required if building tools from source.
29
29
- :term:`LLVM` (LLVM, including clang and wasm-ld)
@@ -39,9 +39,9 @@ In general a complete Emscripten environment requires the following tools. First
39
39
Compiler toolchain
40
40
------------------
41
41
42
-
When building Emscripten from source code, whether "manually" or using the SDK, you will need a *compiler toolchain*:
42
+
When building LLVM and Binaryen from source code, whether "manually" or using the SDK, you will need a *compiler toolchain*:
43
43
44
-
- Windows: Install `Visual Studio 2017 <http://go.microsoft.com/?linkid=9709949>`_ and `cmake <http://www.cmake.org/cmake/resources/software.html>`_.
44
+
- Windows: You will need `Visual Studio <https://visualstudio.microsoft.com/>`_ (2019 or above) and `cmake <http://www.cmake.org/cmake/resources/software.html>`_ (3.20 or above).
45
45
46
46
.. note::
47
47
@@ -53,11 +53,11 @@ When building Emscripten from source code, whether "manually" or using the SDK,
0 commit comments