From bf68a928287a4c4103d7132380e06e1cc127d374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Tue, 23 May 2023 23:28:26 +0200 Subject: [PATCH] BUILD_WIN.md: mark NodeJS and NPM as optional dependencies --- BUILD_WIN.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILD_WIN.md b/BUILD_WIN.md index 7a1d6ffeb0..5882d119f5 100644 --- a/BUILD_WIN.md +++ b/BUILD_WIN.md @@ -51,9 +51,10 @@ Download and install the latest version of CMake 3.15. Download the file named win64-x64 Installer from the [CMake Website](https://cmake.org/download/). You can access the installer on this [3.15 Version page](https://cmake.org/files/v3.15/). During installation, make sure to check "Add CMake to system PATH for all users" when prompted. -## Step 4. Node.JS and NPM +## Step 4. (Optional) Node.JS and NPM Install version 10.15.0 LTS (or greater) of [Node.JS and NPM](). +This is required to build the server-console, hifi-screenshare, jsdoc, and for javascript console autocompletion. ## Step 5. (Optional) Install Qt