diff options
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -52,7 +52,8 @@ Now you are ready to start building! We currently require a C++ compiler from Visual Studio 2022 or later. The following steps need to be run from a Command Prompt window or a Terminal instance -* Install Visual Studio 2022 (manually or via `winget install Microsoft.VisualStudio.2022.Professional`) +* Install Visual Studio 2022 + * `winget install Microsoft.VisualStudio.2022.Professional --silent --override "--wait --quiet --add ProductLang En-us --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended"` * clone the `zen` repository if you haven't already. This requires a valid github login and you need to be part of the EpicGames organization * run `git clone https://github.com/EpicGames/zen.git` or `gh repo clone EpicGames/zen` (you may want |