From 4a9e20aa306ebc5c6c73b117980c9fa3119862f8 Mon Sep 17 00:00:00 2001 From: Yulong Wang <7679871+fs-eire@users.noreply.github.com> Date: Thu, 19 Jan 2023 10:40:23 -0800 Subject: [PATCH] [doc] update Prerequisites in "Build for Web" (#14357) --- docs/build/web.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/web.md b/docs/build/web.md index 751f5c075a..231819c322 100644 --- a/docs/build/web.md +++ b/docs/build/web.md @@ -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/