From ea5c09502f4d51430b787291416bb663583dbec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Matos?= Date: Tue, 27 Sep 2022 13:31:16 +0100 Subject: [PATCH] Update GettingStarted.md --- docs/GettingStarted.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 5a415181..ff8017b4 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -55,8 +55,11 @@ debug configuration, which will be too slow for practical use beyond debugging. ## Compiling on macOS or Linux +The following steps should be called from the VS developer command prompt. + 1. Generate the VS solution and makefiles + ```shell cd \build ./build.sh generate -configuration Release -platform x64