gsm-agent/README.md

12 lines
202 B
Markdown
Raw Permalink Normal View History

2022-07-28 03:19:44 +00:00
# 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`