Closed
Description
Problem
I tried developing coder locally on my macOS (Intel) and was missing a lot of dependencies.
Solution
- List dependencies in
CONTRIBUTING.md
like other projects - [bonus]: write script to check for these as a way to check that my dev environment is ready, like Solidarity
Workaround
For make bin
or make build
, I was able to get it partially working with:
# add this to .zshrc
export PATH="$(go env GOPATH)/bin:$PATH"
# install deps
go install storj.io/drpc/cmd/protoc-gen-go-drpc@latest
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install golang.org/x/tools/cmd/goimports@latest
# make sure Docker is running
# make sure you have pq_dump
brew install libpq
brew install zstd
Metadata
Metadata
Assignees
Labels
No labels