File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
site/source/docs/building_from_source Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ before it can be used (e.g. ``npm install``). The ``bootstrap`` script in the
13
13
top level of the repository takes care of running these steps and ``emcc `` will
14
14
error out if it detects that ``bootstrap `` needs to be run.
15
15
16
+ Emscripten comes with its own versions some C/C++ system libaries which ``emcc ``
17
+ builds automatically as and when needed (in the emsdk builds, these are precompiled).
18
+ You can also build them manually with the ``embuilder `` tool - see ``embuilder --help ``
19
+ for more information.
20
+
16
21
In addition to the main emscripten repository you will also need to checkout
17
22
and build LLVM and Binaryen (as detailed below). After compiling these, you
18
23
will need to edit your ``.emscripten `` file to point to their corresponding
You can’t perform that action at this time.
0 commit comments