update README as well
All checks were successful
fsfw/fsfw example hosted/pipeline/head This commit looks good

This commit is contained in:
2022-05-01 20:30:11 +02:00
parent 37dcc69f3b
commit 7205ac6202
11 changed files with 33 additions and 14 deletions

View File

@ -166,8 +166,8 @@ generation as a cross-platform solution.
1. Create a new folder for the executable.
```sh
mkdir build-Debug
cd build-Debug
mkdir cmake-build-debug
cd cmake-build-debug
```
2. Configure the build system
@ -198,8 +198,8 @@ as well to have a convenient way to configure the CMake build.
1. Open the MinGW64 terminal and navigate to the `fsfw_example` folder
2. Create a new folder for the executable.
```sh
mkdir build-Debug
cd build-Debug
mkdir cmake-build-debug
cd cmake-build-debug
```
The build options can be displayed with `cmake -L` .