Building go-ipfs on Windows 10
Open
kind/bug
need/analysis
- Dominant language
- Go
- Stars
- 17.1k
- Forks
- 3.2k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 11
Description
#### Version information:
I was trying to install go-ipfs on windows 10 | amd64 by following this [wiki](https://github.com/ipfs/go-ipfs/blob/master/docs/windows.md)
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:
```C:\Users\XXX\go\src\github.com\ipfs\go-ipfs>make install
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?
Contributor guide
Assessment
This issue has not been assessed yet.