Advertisement
opexxx

goCompile

Jul 28th, 2018
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.24 KB | None | 0 0
  1. Fetch the package:
  2. go get github.com/akamai/cli-dns
  3.  
  4. Change to the package directory:
  5. cd $GOPATH/src/github.com/akamai/cli-dns
  6.  
  7. Install dependencies using dep:
  8. dep ensure
  9.  
  10. Compile the binary:
  11. Linux/macOS/*nix: go build -o akamai-dns
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement