kubo icon indicating copy to clipboard operation
kubo copied to clipboard

Building go-ipfs on Windows 10

Open aagargoura opened this issue 4 years ago • 3 comments

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?

aagargoura avatar Mar 22 '21 12:03 aagargoura

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.

welcome[bot] avatar Mar 22 '21 12:03 welcome[bot]

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)

aschmahmann avatar Apr 01 '21 16:04 aschmahmann

This appears to be a duplicate of #9706

gammazero avatar Nov 18 '25 07:11 gammazero