From 93eac8c6eb907e728f4b8cc4496c21973479b475 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 11 Jan 2023 09:26:33 +0100 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 19197bfa..b6fa64e9 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,7 @@ When using Windows, run theses steps in MSYS2. 2. Update all the submodules ```sh - git submodule init - git submodule sync - git submodule update + git submodule update --init ``` 3. Ensure that the cross-compiler is working with `arm-linux-gnueabihf-gcc --version` and that @@ -322,6 +320,8 @@ cmake --build . -j ### Hosted OBSW You can also use the FSFW OSAL `host` to build on Windows or for generic OSes. +You can use the `clone-submodules-no-privlibs.sh` script to only clone the required (non-private) +submodules required to build the hosted OBSW. ```sh mkdir cmake-build-debug && cd cmake-build-debug