gsm-agent/README.md
2022-07-27 21:19:44 -06:00

11 lines
202 B
Markdown

# GSM Agent
## Prerequisites
- Rust
To build from Linux for windows:
- `rustup target add stable-x86_64-unknown-linux-gnu`
- `rustup target add x86_64-pc-windows-gnu`
- `sudo apt install mingw-w64`