Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 583 Bytes

BuildingFromSource.md

File metadata and controls

19 lines (13 loc) · 583 Bytes

Building from Source

Requirements

  1. Linux, Unix, OS X or Windows
  2. The Golang compiler tools (1.13+ recommended)

Building

Checkout the repository and then run the following to build the latest versions of all binaries. They will be installed to your Golang binary path, which usually has a default of ~/go/bin. You can define the $GOBIN environment variable to change this.

go generate ./...
go install ./...