README.md aktualisiert

This commit is contained in:
2025-06-20 15:17:27 +02:00
parent d411865394
commit c9ccae25a9

View File

@ -68,6 +68,7 @@ With a fresh activated Windows Subsystem for Linux (WSL), using `wsl --install a
pacman Syu pacman Syu
pacman -S base-devel zsh git sudo cmake wget curl rustup pacman -S base-devel zsh git sudo cmake wget curl rustup
rustup default nightly # Only for just rustup default nightly # Only for just
cargo install just # Only for just
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" # Only for better git integration in shell sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" # Only for better git integration in shell
cd ~ cd ~
@ -76,7 +77,7 @@ cd fsfw-example-hosted
mkdir build # Create Build Folder mkdir build # Create Build Folder
cd build cd build
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DFSFW_OSAL=linux .. # Create Makefiles cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DFSFW_OSAL=linux .. # Create Makefiles
cmake --build . -j # Build Flight Softwaer cmake --build . -j # Build Flight Software
./fsfw-example-hosted # execute Flight software ./fsfw-example-hosted # execute Flight software
code .. # Open source code in Windows Visual Studio Code code .. # Open source code in Windows Visual Studio Code
´´´ ´´´