@@ -175,7 +175,7 @@ You can use any IDE to develop this project. As a popular cross-platform IDE, th
175
175
176
176
``` {note}
177
177
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.
179
179
```
180
180
181
181
## Build Script for Linux/macOS
@@ -194,9 +194,9 @@ Usage: ./build.sh -p <preset> [-c] [-e] [-i] [-t]
194
194
195
195
To list the available presets, run ` ./build.sh -h` .
196
196
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)
198
198
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 (
200
200
WSL), or in a physical/virtual machine.
201
201
202
202
# ## Environment variables
@@ -286,7 +286,7 @@ or install using
286
286
cmake --build --preset < preset> --target install
287
287
` ` `
288
288
289
- # # Example Setup for Windows 10
289
+ # # Example Setup for Windows 11
290
290
291
291
Define the following environment variable user-wide:
292
292
@@ -374,9 +374,9 @@ The IDE should be able to automatically detect the Visual Studio cmake configura
374
374
Prompt` ).
375
375
` ` `
376
376
377
- # # Example Setup for macOS (Big Sur )
377
+ # # Example Setup for macOS (Sequoia )
378
378
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.
380
380
381
381
# ## Environment variables
382
382
@@ -427,7 +427,7 @@ As an example, go to the root folder of repo. Use the following command to build
427
427
./build.sh -p < preset>
428
428
` ` `
429
429
430
- To list the available presets, run ` ./build.sh -h ` .
430
+ To list the available presets, run ` cmake --list-presets ` .
431
431
432
432
One can run the unit tests and C API example by:
433
433
0 commit comments