smaller tweaks

This commit is contained in:
Robin Müller 2021-06-08 17:46:47 +02:00
parent a81cd732b1
commit 7ab3e36d9c
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ First, the build configuration is set up using the CMake build system or IDE pro
generators and then the software is built using the select build system or IDE.
CMake projects are generally built out-of-source which means that the files generated
during the build process are kept separately from the source tree. This generally involves
creating a build folder like `Debug` or `Release` and then performing all
creating a build folder like `build-Debug` or `build-Release` and then performing all
steps inside that folder.
It is also possible to generate IDE project files with CMake. This is

View File

@ -70,7 +70,7 @@ go to Properties → C/C++ General → Indexer and set the indexer as show
The shell script can also be run by double clicking it in Windows as long as it is executed
by the MinGW terminal. This shell script will first create a new Debug folder (and delete the old one)
and then execute the following command in the Debug folder on Windows
and then execute the following command in the build folder on Windows
```sh
cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DOS_FSFW=host