Skip to content

Commit

Permalink
docs: add new targets to INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ripperi committed Nov 4, 2024
1 parent c060e3d commit 937ba2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ We use [`zig`][zig] to build Vere, which is packaged as a single binary,

## Supported Targets

Main (`-Dall`) targets:
- `aarch64-linux-musl`
- `x86_64-linux-musl`
- `aarch64-macos`
- `x86_64-macos`

Additional targets:
- `aarch64-linux-gnu`
- `x86_64-linux-gnu`

## Prerequisites

Install version 0.13.0 of `zig` with the package manager of your choosing, e.g., `brew install zig`, or download the binary from [here][zig-download].
Expand Down

0 comments on commit 937ba2c

Please sign in to comment.