aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-02-15 20:04:18 -0500
committerDave Gauer <dave@ratfactor.com>2021-02-15 20:04:18 -0500
commit8e2806ea11199d0e2d2d85920692d94369b36fa5 (patch)
treed8092592d74144675b27a4a0c17928d97211b10c /build.zig
parent09fd739efa9cee151c8300f53c422d8a72766d49 (diff)
downloadziglings-8e2806ea11199d0e2d2d85920692d94369b36fa5.tar.gz
ziglings-8e2806ea11199d0e2d2d85920692d94369b36fa5.tar.bz2
ziglings-8e2806ea11199d0e2d2d85920692d94369b36fa5.tar.xz
ziglings-8e2806ea11199d0e2d2d85920692d94369b36fa5.zip
Second attempt at explaining the minimum build (#14)
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig6
1 files changed, 4 insertions, 2 deletions
diff --git a/build.zig b/build.zig
index 878de7e..b3b5d20 100644
--- a/build.zig
+++ b/build.zig
@@ -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/
\\
, .{});