From 2c12dd4ad4ba1cc6ac72dfb516fd78c1fa81c9a3 Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Thu, 2 Feb 2023 15:34:18 +0100 Subject: [PATCH] Update docs --- Docs/DeveloperSetup.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Docs/DeveloperSetup.md b/Docs/DeveloperSetup.md index 9f6db6b8..7ad4b9ca 100644 --- a/Docs/DeveloperSetup.md +++ b/Docs/DeveloperSetup.md @@ -47,7 +47,7 @@ python -m pip install -r requirements.txt python setup.py ``` Now you can either use VSCode or QtCreator: -# Option 1: Setup VSCode and compile ScreenPlay +# Option 1 (Recommended): Setup VSCode and compile ScreenPlay 1. Open VSCode 1. Install these extentions: 1. [C/C++ for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) @@ -55,7 +55,9 @@ Now you can either use VSCode or QtCreator: 2. Press: `CTRL` + `SHIFT` + `P` for every command: 1. `CMake: Select Configure Preset`. Select one of the listed presets like `MSVC SP Qt 6.4.2 Debug` 2. `CMake: Configure` -3. Press `F7` to Compile and `F5` to run! +4. Press `F7` to Compile and `F5` to run! + +⚠️ Do not forget to switch you CMake build target when switching run targets! For example you need to select the `debug` run target when you compile in `debug` mode! # Option 2: Setup QtCreator and compile ScreenPlay 1. Open QtCreator at: 1. Windows: `..\aqt\Tools\QtCreator\bin\qtcreator.exe`