Closed pepijno closed 2 years ago
Hi. The master branch of zig-clap targets zig master. The tagged releases of clap target tagged releases of zig
The master branch of zig-clap targets zig master
Would it be a good idea to make this clear in the readme?
Would it be a good idea to make this clear in the readme?
Similarly it would be good to know what I should do for 0.9.1; there's no 0.9.x tag, so I guessed the latest smaller tag (0.5.0), which seems to build OK—but now I have no idea how to install the library. I guess this isn't a zig-clap-specific question, but being new to zig, I'm a bit lost where to start, and zig build install --verbose
suggests that no installation is actually being done!
Thanks for zig-clap! I looked at zig a while ago and found no command-line parser, and so gave up, as that's central to the sort of programs I write; it's good to see that now there is good support.
The master branch of zig-clap targets zig master
Would it be a good idea to make this clear in the readme?
Yes, this makes sense. I'll add a little note.
Similarly it would be good to know what I should do for 0.9.1; there's no 0.9.x tag, so I guessed the latest smaller tag (0.5.0), which seems to build OK—but now I have no idea how to install the library. I guess this isn't a zig-clap-specific question, but being new to zig, I'm a bit lost where to start, and
zig build install --verbose
suggests that no installation is actually being done!
Each release of zig-clap specifies on the release notes which version it targets, though everyone might not look there, so I'll also add to the readme that each release of clap targets a release of zig.
As for install. A similar question has been asked here.
Thanks very much for taking the time to give detailed answers to this newbie!
Taking a checkout of master (commit ac5f465) and running
zig build
results in the following error:zig version
is 0.9.1. Runningzig build test
has the following errors: