How to compile for Windows? #3028
Unanswered
chrisant996
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have installed Go 1.17.
I have MinGW installed.
When I run
mingw32-make
the fzf build fails with the following:The BUILD.md file says only
make
, and only prereq is Go 1.17.But it seems like only Windows there must be additional steps needed, and I'm not sure yet what I'm missing.
It is in a git repo, so the "Not on git repository" error is a side effect of something further upstream.
Failing to run
dirname
suggests that there is some toolset missing, but since others have gotten this working, it would be great to find out how.I'm happy to make a PR to update the BUILD.md file with steps for Windows once I've gotten that working.
Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions