smaller tweaks
This commit is contained in:
parent
a81cd732b1
commit
7ab3e36d9c
@ -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.
|
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
|
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
|
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.
|
steps inside that folder.
|
||||||
|
|
||||||
It is also possible to generate IDE project files with CMake. This is
|
It is also possible to generate IDE project files with CMake. This is
|
||||||
|
@ -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
|
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)
|
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
|
```sh
|
||||||
cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DOS_FSFW=host
|
cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DOS_FSFW=host
|
||||||
|
Loading…
Reference in New Issue
Block a user