Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions site/source/docs/building_from_source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ before it can be used (e.g. ``npm install``). The ``bootstrap`` script in the
top level of the repository takes care of running these steps and ``emcc`` will
error out if it detects that ``bootstrap`` needs to be run.

Emscripten comes with its own versions some C/C++ system libaries which ``emcc``
builds automatically as and when needed (in the emsdk builds, these are precompiled).
You can also build them manually with the ``embuilder`` tool - see ``embuilder --help``
for more information.

In addition to the main emscripten repository you will also need to checkout
and build LLVM and Binaryen (as detailed below). After compiling these, you
will need to edit your ``.emscripten`` file to point to their corresponding
Expand Down
Loading