Skip to content

Commit

Permalink
doc: note about Zig v0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
AMythicDev committed Dec 3, 2024
1 parent 81c7f80 commit 7d7b424
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ shell supported is listed below:

Requirements:

- Zig >= 0.12.0. Note that Zig master versions are not supported.
- Zig >= 0.12.0. See [this] for Zig v0.14.
- libc on non-Windows systems. Can be provided by Zig itself, if available for the platform.
- `git`, if you want to compile the latest commit or you want to develop `zigverm`.

Expand All @@ -77,6 +77,12 @@ zig build --release=safe
- You will have `zigverm` and `zig` in `zig-out/bin/` directory
- Lastly follow the same steps [for windows](#for-windows)

#### Note for Zig >= v0.14
There have been some API changes in Zig v0.14 (not released yet) which makes zigverm fail
to compile on these versions of Zig. All the changes required to fix this is issue is being
tracked in [this](https://github.com/AMythicDev/zigverm/pull/2) PR. It will be merged into
main once this version of Zig comes out.

## Features

- [x] Install versions (master, stable, x.y x.y.z)
Expand Down

0 comments on commit 7d7b424

Please sign in to comment.