-
Build instructions are for MacOS and Linux, but no Windows. What are the instructions for Windows? |
Beta Was this translation helpful? Give feedback.
Answered by
codybuell
Oct 1, 2024
Replies: 1 comment 1 reply
-
Hi @ceb1974! Short answer is there hasn't been an ask for it yet and I don't have a Windows system to test on. Since you're asking I'm assuming you have a Windows machine and may be able to help us out. It's a standard Go application so the manual build instructions should work the same as every other OS:
Let me know if those steps work for you and we can look at getting the instructions into the readme. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ceb1974
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ceb1974! Short answer is there hasn't been an ask for it yet and I don't have a Windows system to test on. Since you're asking I'm assuming you have a Windows machine and may be able to help us out. It's a standard Go application so the manual build instructions should work the same as every other OS:
go build -ldflags "-X main.kionCliVersion=$(cat VERSION.md)" -o kion.exe
Let me know if those steps work for you and we can look at getting the instructions into the readme.