Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 259 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 259 Bytes

Building

  1. Install rust: https://www.rust-lang.org/tools/install
  2. Install protobuf
$ brew install protobuf // this will differ on Windows
  1. Build for your platform
cargo build --release --features macos // this will differ on Windows