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
1313top level of the repository takes care of running these steps and ``emcc `` will
1414error out if it detects that ``bootstrap `` needs to be run.
1515
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+
1621In addition to the main emscripten repository you will also need to checkout
1722and build LLVM and Binaryen (as detailed below). After compiling these, you
1823will need to edit your ``.emscripten `` file to point to their corresponding
You can’t perform that action at this time.
0 commit comments