Skip to content

Building on Windows

Peter Foley edited this page Aug 29, 2015 · 3 revisions

Building on Windows

  1. Download the Go distribution for Windows here
  2. Follow the instructions here for setting up your GOPATH.
  3. Open a command prompt and run set CGO_ENABLED=0
  4. In the same command prompt run go get -u github.com/odeke-em/drive/cmd/drive
  5. Profit!