From c0bdbe23a2bd27f76f66a266a341dcfc05cedccb Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 8 Jun 2021 17:56:22 +0200 Subject: [PATCH] smaller README fixes --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a83e2b9..270360e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The build system will copy three configuration files into the build directory: 2. `OBSWConfig.h` which can contain machine and architecture specific configuration options 3. `FSFWConfig.h` which contains the configuration for the flight software framework -These files can be edited manually after `CMake` buld generation. +These files can be edited manually after `CMake` build generation. # Index @@ -149,8 +149,9 @@ as well to have a convenient way to configure the CMake build. cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DOS_FSFW=host .. ``` - The build configuration can also be performed with the shell scripts located inside `cmake/scripts/Host` or the Python helper script `cmake_build_config.py` inside `cmake/scripts`. - The configured build options can now be shown with `cmake -L`. + The build configuration can also be performed with the shell scripts located + inside `cmake/scripts/Host` or the Python helper script `cmake_build_config.py` + inside `cmake/scripts`. The configured build options can now be shown with `cmake -L`. 4. Call the build system (Make) ```