Files
sat-rs/README.md
T
Paul Nehlich e2477297b5 README updated
2022-09-23 11:00:08 +02:00

19 lines
475 B
Markdown

Rust Flight Software Framework Launchpad
=========
This is the prototyping repository for the initial version of a
Rust Flight Software Framework.
## Build instructions
### Prerequisites
Do not forget to ```git submodule update --init```.
Also remember to ```git submodule update``` after each branch change or merge.
### Build and run
Then it is a simple ```cargo build``` then can be run using ```cargo run --bin <binary>```.
Binaries are `obsw`, `client`, `test`.