mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-27 20:02:15 +00:00
[doc] update Prerequisites in "Build for Web" (#14357)
This commit is contained in:
parent
ce563c3774
commit
4a9e20aa30
1 changed files with 2 additions and 2 deletions
4
docs/build/web.md
vendored
4
docs/build/web.md
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue