mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-20 19:12:24 +00:00
Added Ninja prerequisite (#11632)
This commit is contained in:
parent
960f2a1a90
commit
4df8d60e72
1 changed files with 5 additions and 0 deletions
5
docs/build/web.md
vendored
5
docs/build/web.md
vendored
|
|
@ -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 `<ORT_ROOT>/cmake/external/emsdk/emsdk`. If the folder structure does not exist, run the following commands in `<ORT_ROOT>/` to install git submodules:
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue