@cryptotaxi247 / kubo / commits / 9bb369b37

[DOCS] Added a nofuse build note for Windows

Ho-Sheng Hsiao committed Apr 9, 2015 at 22:36 UTC 9bb369b372188370fac37a125191e64b544be497
1 file changed +13
docs/windows.md new
+13
@@ -0,0 +1,13 @@
1 +# Building on Windows
2 +
3 +## Build
4 +
5 +Fuse is not supported for Windows, so you need to build IPFS without Fuse:
6 +
7 +```sh
8 +go build -tags nofuse ./cmd/ipfs
9 +```
10 +
11 +## TODO
12 +
13 +Add more instructions on setting up the golang environment on Windows