Replies: 2 comments 6 replies
-
Thanks @syke99 for your investigation! I've closed the previous issue in favor of this more focused discussion. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Another challenging one is going to be the use of os/exec.*Cmd.ExtraFiles which aren't supported on Windows. I use them for the following:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Native Windows isn't supported yet. You can use Windows Subsystem for Linux (WSL2) for development on Windows machines, but it would be great to support native Windows. Here's a running list of tasks:
make install
and othermake
commands fail on Windows machines (details in this issue)gcc
compiler, as well as access to themake
command WITHOUT installing make withChocolatey
(I have steps in a markdown file ready to be added to a PR, I will just need to be able to fork bud again, just like the syscalls fix)This list will grow over time.
Beta Was this translation helpful? Give feedback.
All reactions