From 4f5596aed8ffafe7abe01963e9cb7b8dddb1c80b Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 29 Sep 2014 03:38:09 -0400 Subject: [PATCH] Command build --- en-US/Build.md | 37 +++++++++++++++++++++---------------- en-US/README.md | 2 +- zh-CN/Build.md | 37 +++++++++++++++++++++---------------- zh-CN/README.md | 2 +- 4 files changed, 44 insertions(+), 34 deletions(-) diff --git a/en-US/Build.md b/en-US/Build.md index 28c1395..cb8b985 100644 --- a/en-US/Build.md +++ b/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 - - 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 + +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 ` @@ -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. \ No newline at end of file diff --git a/en-US/README.md b/en-US/README.md index 96044f2..0d30e1f 100644 --- a/en-US/README.md +++ b/en-US/README.md @@ -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) \ No newline at end of file diff --git a/zh-CN/Build.md b/zh-CN/Build.md index 60d8e89..187df0b 100644 --- a/zh-CN/Build.md +++ b/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 - - 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 + +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 ` @@ -27,5 +31,6 @@ build 命令 ## 选项 +- `--tags`:应用构建 tags。 - `--update, -u`:在构建之前检查包和依赖更新。 - `--verbose, -v`:显示详细信息。 \ No newline at end of file diff --git a/zh-CN/README.md b/zh-CN/README.md index 64de989..0886944 100644 --- a/zh-CN/README.md +++ b/zh-CN/README.md @@ -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) \ No newline at end of file