Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
haoqu.ma
/
gotty
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 4b39b4a3
authored
Aug 20, 2015
by
Iwasaki Yudai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add development section to explain how to build binaries
1 parent
372ac4fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
README.md
README.md
View file @
4b39b4a
...
...
@@ -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
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment