install dependencies
brew install opam golang
opam init
eval `opam config env`
opam pin add qcow-format git://github.com/mirage/ocaml-qcow#master
opam install uri qcow-format
go get -u github.com/jteeuwen/go-bindata/...
update dependencies (use this if you've already built the project before)
git submodule update --init
opam update
opam upgrade
build the binary
go generate
go build
- write
cmd_ssh.go
as a shortcut to ssh to vm - write a template plist for the daemon and install it in the privileged setup