README.md aktualisiert
This commit is contained in:
@ -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:
|
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 –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
|
||||||
@ -80,7 +80,7 @@ cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DFSFW_OSAL=linux .. # Create
|
|||||||
cmake --build . -j # Build Flight Software
|
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
|
||||||
´´´
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user