Skip to content

Commit

Permalink
Command build
Browse files Browse the repository at this point in the history
  • Loading branch information
unknwon committed Sep 29, 2014
1 parent 12aa099 commit 4f5596a
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 34 deletions.
37 changes: 21 additions & 16 deletions en-US/Build.md
@@ -1,23 +1,27 @@
Command build
====
=============

Help information: `gopm build -h` or `gopm help build`:

NAME:
build - link dependencies and go build

USAGE:
command build [command options] [arguments...]

DESCRIPTION:
Command build links dependencies according to gopmfile,
and execute 'go build'

gopm build <go build commands>

OPTIONS:
--update, -u update pakcage(s) and dependencies if any
--verbose, -v show process details
```
NAME:
build - link dependencies and go build
USAGE:
command build [command options] [arguments...]
DESCRIPTION:
Command build links dependencies according to gopmfile,
and execute 'go build'
gopm build <go build commands>
OPTIONS:
--tags apply build tags
--update, -u update pakcage(s) and dependencies if any
--remote, -r build with pakcages in gopm local repository only
--verbose, -v show process details
```

### `gopm build <go build commands>`

Expand All @@ -27,5 +31,6 @@ Help information: `gopm build -h` or `gopm help build`:

## Options

- `--tags`: apply build tags.
- `--update, -u`: update pakcage(s) and dependencies before building.
- `--verbose, -v`: show process details.
2 changes: 1 addition & 1 deletion en-US/README.md
Expand Up @@ -7,7 +7,7 @@ Index
- [Command get](get.md)
- [Command bin](bin.md)
- [Commnad run](run.md)
- [Command build](Build.md)
- [Command build](build.md)
- [Commnad install](Install.md)
- [Commnad update](Update.md)
- [gopmfile](gopmfile.md)
37 changes: 21 additions & 16 deletions zh-CN/Build.md
@@ -1,23 +1,27 @@
build 命令
====
=========

帮助信息:`gopm build -h``gopm help build`

NAME:
build - link dependencies and go build

USAGE:
command build [command options] [arguments...]

DESCRIPTION:
Command build links dependencies according to gopmfile,
and execute 'go build'

gopm build <go build commands>

OPTIONS:
--update, -u update pakcage(s) and dependencies if any
--verbose, -v show process details
```
NAME:
build - link dependencies and go build
USAGE:
command build [command options] [arguments...]
DESCRIPTION:
Command build links dependencies according to gopmfile,
and execute 'go build'
gopm build <go build commands>
OPTIONS:
--tags apply build tags
--update, -u update pakcage(s) and dependencies if any
--remote, -r build with pakcages in gopm local repository only
--verbose, -v show process details
```

### `gopm build <go build commands>`

Expand All @@ -27,5 +31,6 @@ build 命令

## 选项

- `--tags`:应用构建 tags。
- `--update, -u`:在构建之前检查包和依赖更新。
- `--verbose, -v`:显示详细信息。
2 changes: 1 addition & 1 deletion zh-CN/README.md
Expand Up @@ -7,7 +7,7 @@
- [get 命令](get.md)
- [bin 命令](bin.md)
- [run 命令](run.md)
- [build 命令](Build.md)
- [build 命令](build.md)
- [install 命令](Install.md)
- [update 命令](Update.md)
- [gopmfile](gopmfile.md)

0 comments on commit 4f5596a

Please sign in to comment.