Skip to content

Commit

Permalink
Add development section to explain how to build binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
yudai committed Aug 20, 2015
1 parent 372ac4f commit 4b39b4a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,25 @@ When you want to create a jailed environment for each client, you can use Docker
$ gotty -w docker run -it --rm busybox
```

## Development

You can build a binary yourself using following commands. Windows is not supported now.

```sh
# Install tools
go get github.com/jteeuwen/go-bindata/...
go get github.com/tools/godep

# Checkout hterm
git submodule sync && git submodule update --init --recursive

# Restore libraries in Godeps
godep restore

# Build
make
```

# License

The MIT License

0 comments on commit 4b39b4a

Please sign in to comment.