-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Help] zk Windows binaries availability #216
Comments
I can't test or build Windows is not officially supported with |
Ok. Please if someone could share some knowledge on how to build zk on Windows, it would be much appreciated 👍. |
I think you might get some help asking on this PR #171 |
If anyone comes across this looking to use zk on Windows: Windows is unsupported right now, but it should work. I'm posting what I did. You may need to install Go: winget install -e --id GoLang.Go.1.19
scoop install git-with-openssh
scoop install gcc From there, I followed the readme instructions: git clone https://github.com/mickael-menu/zk
cd zk
make
.\zk.exe -h (btw it's also possible to install git via winget using |
First off, thanks for pointing that out. It did compile as expected. Can you use an editor with |
What do you do to configure the editor? Whatever I do, I get "zk: error: failed to launch editor: ...". |
If I understood correctly, Windows binaries for zk exist, but I'm encountering difficulties finding them.
The text was updated successfully, but these errors were encountered: