diff options
| author | Dave Gauer <[email protected]> | 2021-02-15 20:04:18 -0500 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2021-02-15 20:04:18 -0500 |
| commit | 3693a35aeb53b8f22b2b0eb072730bdbdbb660ce (patch) | |
| tree | d8092592d74144675b27a4a0c17928d97211b10c /build.zig | |
| parent | a2b6b68a255c2d050e4f53a5082c38ec810c1b24 (diff) | |
| download | ziglings-3693a35aeb53b8f22b2b0eb072730bdbdbb660ce.tar.xz ziglings-3693a35aeb53b8f22b2b0eb072730bdbdbb660ce.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/ \\ , .{}); |
