about 8 years ago

https://github.com/ipfs/ipfs
https://github.com/ipfs/go-ipfs/issues/959
http://gateway.ipfs.io/ipfs/QmTkzDwWqPbnAh5YiV5VwcTLnGdwSNsNTn2aDxdXBFca7D/example#/ipfs/QmThrNbvLj7afQZhxH72m5Nn1qiVn3eMKWFYV49Zp2mv9B/pinning/readme.md

How to compile ipfs in windows (continuing)

cd /d c:\
C:\> @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
C:\> choco install golang
C:\> choco install git
C:\> set GOPATH=C:\go
C:\> go get -d -u github.com/ipfs/go-ipfs/cmd/ipfs
C:\> cd c:\go\src\github.com\ipfs\go-ipfs
c:\go\src\github.com\ipfs\go-ipfs> go build -x -tags nofuse github.com\ipfs\go-ipfs\cmd\ipfs
c:\go\src\github.com\ipfs\go-ipfs> cd c:\
C:\> set PATH=%PATH%;c:\go\src\github.com\ipfs\go-ipfs

← [squid-deb-proxy] Redirect default Ubuntu repositories to local mirror Prepare Ubuntu-14.04 cloud images on vSphere →
 
comments powered by Disqus