README.md aktualisiert

This commit is contained in:
2025-07-03 18:13:06 +02:00
parent ea2670b779
commit 250c176b46

View File

@ -64,7 +64,7 @@ git submodule update --init
With a fresh activated Windows Subsystem for Linux (WSL), using `wsl --install archlinux` the following steps are sufficient to build the flight software with cmake or just:
´´´sh
```sh
pacman Syu
pacman -S base-devel zsh git sudo cmake wget curl rustup
rustup default nightly # Only for just
@ -80,7 +80,7 @@ cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DFSFW_OSAL=linux .. # Create
cmake --build . -j # Build Flight Software
./fsfw-example-hosted # execute Flight software
code .. # Open source code in Windows Visual Studio Code
´´´
```