From 4ee1f1a5d362c23b879e75a8ffbd1547bebfeda5 Mon Sep 17 00:00:00 2001 From: pmagnier-slimani Date: Mon, 24 Feb 2025 11:13:18 -0500 Subject: [PATCH] documentation: update the build instructions for windows Update install.md to add relevent init command to the windows compilation steps. Change-Id: I59be668fbba1f81db7ecfbf80d4ddd2f615eaf57 --- INSTALL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 07969e3e..c7ee1119 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -237,6 +237,10 @@ Only 64-bit MSVC build can be compiled. - Using a new **Non-Elevated Command Prompt** +```bash + python build.py --init --qt (e.g. C:/Qt/6.6.2/msvc2019_64) +``` + ```bash python build.py --install --qt (e.g. C:/Qt/6.6.2/msvc2019_64) ```