From 4df8d60e725b9f7aca89260f650e0981fd91b055 Mon Sep 17 00:00:00 2001 From: shalvamist <94086448+shalvamist@users.noreply.github.com> Date: Mon, 6 Jun 2022 13:27:42 -0700 Subject: [PATCH] Added Ninja prerequisite (#11632) --- docs/build/web.md | 5 +++++ 1 file changed, 5 insertions(+) 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