mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-09 15:19:13 +02:00
Be specific about zig version in readme
There have been quite a few issues about the required zig version which have appeared on codeberg recently. Largely these issues are opened (like mine, #995) because individuals attempt to build using development versions of zig and not the tagged releases. The lack of a locked version (only a minimum) creates these issues. Barring a locking mechanism, which I do not feel is my place to implement, we should be clear to newer developers in Zig that you need this specific version, not a development/master versioned release.
This commit is contained in:
parent
4c066ce564
commit
e61f16860b
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ Join us on Matrix over at [#ly-dm:matrix.org](https://matrix.to/#/#ly-dm:matrix.
|
|||
## Dependencies
|
||||
|
||||
- Compile-time:
|
||||
- zig 0.16.x
|
||||
- zig 0.16.0 (you __must__ use this version, not a development release)
|
||||
|
||||
- libc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue