Building go-ipfs on Windows 10
Version information:
I was trying to install go-ipfs on windows 10 | amd64 by following this wiki I have installed all necessary tools:
- go version go1.16.2 windows/amd64
- (cygwin) 3.1.7
Description:
When I start make install I get this error:
go version go1.16.2 windows/amd64
bin/check_go_version 1.14.4
plugin/loader/preload.sh > plugin/loader/preload.go
make: *** [plugin/loader/Rules.mk:8: plugin/loader/preload.go] Error 127**
Any tips to fix it?
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review. In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment. Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:
- "Priority" labels will show how urgent this is for the team.
- "Status" labels will show if this is ready to be worked on, blocked, or in progress.
- "Need" labels will indicate if additional input or analysis is required.
Finally, remember to use https://discuss.ipfs.io if you just need general support.
hey @aagargoura apologies for the delayed response. I'll take a look at what's going on with the cygwin setup and instructions when I get a chance (hopefully next week 🤞). However, in the meanwhile if you're having issues with the makefile you can just install with go install ./cmd/ipfs and that will put the ipfs.exe binary in your Go build directory (normally <HOME>/go/bin)
This appears to be a duplicate of #9706