Skip to content

Commit beae456

Browse files
committed
update build guide
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
1 parent 976ebee commit beae456

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/advanced_documentation/build-guide.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ You can use any IDE to develop this project. As a popular cross-platform IDE, th
175175

176176
```{note}
177177
VSCode (as well as some other IDEs) does not set its own build environment itself. For optimal usage, open the folder
178-
using `cmake <project_dir>` from a terminal that has the environment set up. See above section for tips.
178+
using `code <project_dir>` from a terminal that has the environment set up. See above section for tips.
179179
```
180180

181181
## Build Script for Linux/macOS
@@ -194,9 +194,9 @@ Usage: ./build.sh -p <preset> [-c] [-e] [-i] [-t]
194194
195195
To list the available presets, run `./build.sh -h`.
196196
197-
## Example Setup for Ubuntu 22.04 (in WSL or physical/virtual machine)
197+
## Example Setup for Ubuntu 24.04 (in WSL or physical/virtual machine)
198198
199-
In this section an example is given for setup in Ubuntu 22.04. You can use this example in Windows Subsystem for Linux (
199+
In this section an example is given for setup in Ubuntu 24.04. You can use this example in Windows Subsystem for Linux (
200200
WSL), or in a physical/virtual machine.
201201
202202
### Environment variables
@@ -286,7 +286,7 @@ or install using
286286
cmake --build --preset <preset> --target install
287287
```
288288
289-
## Example Setup for Windows 10
289+
## Example Setup for Windows 11
290290
291291
Define the following environment variable user-wide:
292292
@@ -374,9 +374,9 @@ The IDE should be able to automatically detect the Visual Studio cmake configura
374374
Prompt`).
375375
```
376376
377-
## Example Setup for macOS (Big Sur)
377+
## Example Setup for macOS (Sequoia)
378378
379-
In this section an example is given for setup in macOS Big Sur and Python 3.11.
379+
In this section an example is given for setup in macOS Sequoia and Python 3.11.
380380
381381
### Environment variables
382382

0 commit comments

Comments
 (0)