aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <[email protected]>2021-02-15 20:04:18 -0500
committerDave Gauer <[email protected]>2021-02-15 20:04:18 -0500
commit3693a35aeb53b8f22b2b0eb072730bdbdbb660ce (patch)
treed8092592d74144675b27a4a0c17928d97211b10c /build.zig
parenta2b6b68a255c2d050e4f53a5082c38ec810c1b24 (diff)
downloadziglings-3693a35aeb53b8f22b2b0eb072730bdbdbb660ce.tar.xz
ziglings-3693a35aeb53b8f22b2b0eb072730bdbdbb660ce.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/
\\
, .{});