[doc] update Prerequisites in "Build for Web" (#14357)

This commit is contained in:
Yulong Wang 2023-01-19 10:40:23 -08:00 committed by GitHub
parent ce563c3774
commit 4a9e20aa30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
docs/build/web.md vendored
View file

@ -32,13 +32,13 @@ There are 2 steps to build ONNX Runtime Web:
git clone --recursive https://github.com/Microsoft/onnxruntime
cd onnxruntime
```
- [Install](https://cmake.org/download/) cmake-3.18 or higher.
- [Install](https://cmake.org/download/) cmake-3.24 or higher.
- [Install](https://nodejs.org/) Node.js (16.0+)
- (Optional) Use nvm ([Windows](https://github.com/coreybutler/nvm-windows) / [Mac/Linux](https://github.com/creationix/nvm)) to install Node.js
- Python (3.8+): https://www.python.org/downloads/
- Python (3.9+): https://www.python.org/downloads/
- python should be added to the PATH environment variable
- Ninja: https://ninja-build.org/