Skip to content
/ pahkat Public

Reference implementation of the Páhkat repository standard

Notifications You must be signed in to change notification settings

divvun/pahkat

Repository files navigation

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