diff --git a/docs/build/web.md b/docs/build/web.md index ce3ad90c6d..987fdf9deb 100644 --- a/docs/build/web.md +++ b/docs/build/web.md @@ -39,6 +39,11 @@ There are 2 steps to build ONNX Runtime Web: - Python (3.8+): https://www.python.org/downloads/ - python should be added to the PATH environment variable +- Ninja: https://ninja-build.org/ + ```sh + pip install ninja + ``` + - Prepare emsdk: emsdk should be automatically installed at `/cmake/external/emsdk/emsdk`. If the folder structure does not exist, run the following commands in `/` to install git submodules: ```sh