mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 02:47:48 +08:00
14 lines
232 B
Markdown
14 lines
232 B
Markdown
# Building on Windows
|
|
|
|
## Build
|
|
|
|
Fuse is not supported for Windows, so you need to build IPFS without Fuse:
|
|
|
|
```sh
|
|
go build -tags nofuse ./cmd/ipfs
|
|
```
|
|
|
|
## TODO
|
|
|
|
Add more instructions on setting up the golang environment on Windows
|