Second attempt at explaining the minimum build (#14)
This commit is contained in:
parent
09fd739efa
commit
8e2806ea11
2 changed files with 18 additions and 12 deletions
|
|
@ -273,9 +273,11 @@ pub fn build(b: *Builder) void {
|
|||
stderrPrintFn(
|
||||
\\ERROR: Sorry, it looks like your version of zig is too old. :-(
|
||||
\\
|
||||
\\The README lists the minimum version and build number.
|
||||
\\Ziglings requires a development ("master") build
|
||||
\\
|
||||
\\Please download a master build from
|
||||
\\ 0.8.0-dev.1065
|
||||
\\
|
||||
\\or higher. Please download a development build from
|
||||
\\https://ziglang.org/download/
|
||||
\\
|
||||
, .{});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue