Adjust build guide document.

This commit is contained in:
wusheng 2018-02-23 21:49:21 +08:00
parent 98256a8c8d
commit 45d9491cc0
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,9 @@
### 编译步骤
1. 准备环境jdk8Maven
1. `git clone https://github.com/apache/incubator-skywalking.git`
1. `git submodule init`
1. `git submodule update`
1. 执行`mvn clean package`
1. 生成包在`/packages`目录下,包括一个`skywalking-agent`的探针目录以及两个collector包.tar.gz是linux环境.zip是windows环境

View File

@ -3,6 +3,9 @@ This document helps people to compile and build the project in your maven and ID
## Build in maven
1. Prepare JDK8 and maven3
1. `git clone https://github.com/apache/incubator-skywalking.git`
1. `git submodule init`
1. `git submodule update`
1. Run `mvn clean package`
1. All packages are in `/packages`, which includes `skywalking-agent` folder, and two collector files(.tar.gz for Linux and .zip for Windows)