diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-02-15 20:04:18 -0500 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-02-15 20:04:18 -0500 |
commit | 8e2806ea11199d0e2d2d85920692d94369b36fa5 (patch) | |
tree | d8092592d74144675b27a4a0c17928d97211b10c /build.zig | |
parent | 09fd739efa9cee151c8300f53c422d8a72766d49 (diff) | |
download | ziglings-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.zig | 6 |
1 files changed, 4 insertions, 2 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/ \\ , .{}); |