Skip to content

Commit

Permalink
Update build.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hungry1526 committed Apr 29, 2019
1 parent adfe0c6 commit 5eb3e2c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,15 @@ for auto-completion.

## Building in Container

We build a Docker image that contains development tools below. Because this repo contains Go code, please make sure that you have the directory
structure required by Go.
We build a Docker image that contains development tools below.

1. Python Interpreter
1. Go compiler
1. Protobuf compiler
1. Protobuf to Go compiler extension
1. Protobuf to Python compiler extension

On my computer, I have below setup. You can have your `$GOPATH` pointing to any directory you like.
Because this repo contains Go code, please make sure that you have the directory structure required by Go. On my computer, I have GOPATH set to $Home/go, you can have your `$GOPATH` pointing to any directory as you like.

```bash
export GOPATH=$HOME/go
Expand Down

0 comments on commit 5eb3e2c

Please sign in to comment.