Skip to content

Commit

Permalink
Remove 'zig nightly version' requirement from README
Browse files Browse the repository at this point in the history
(fix of commit d6d25a8)

Issue #602 (bdwgc).

* README.md (Zig): Remove the requirement of zig nightly version;
refine the information how to download Zig.
  • Loading branch information
ivmai committed Nov 30, 2024
1 parent 0b71b72 commit 2628bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ excellent cross-compilation functionality, it is configurable like this:
zig build -Dtarget=riscv64-linux-musl
```

Currently, a nightly version of zig 0.12 is required, which can be downloaded
from https://ziglang.org/download/
The appropriate Zig binary package file could be downloaded from the official
[Zig releases](https://ziglang.org/download/) page.

### MS nmake

Expand Down

0 comments on commit 2628bdb

Please sign in to comment.