From 8e2806ea11199d0e2d2d85920692d94369b36fa5 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Mon, 15 Feb 2021 20:04:18 -0500 Subject: Second attempt at explaining the minimum build (#14) --- build.zig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'build.zig') 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/ \\ , .{}); -- cgit v1.2.3-ZIG