Update How-to-build.md (#2002)
This commit is contained in:
parent
bd879fd2d0
commit
d75a1472b5
|
|
@ -14,7 +14,11 @@ This document helps people to compile and build the project in your maven and se
|
|||
1. Run `./mvnw clean package -DskipTests`
|
||||
1. All packages are in `/dist`.(.tar.gz for Linux and .zip for Windows).
|
||||
|
||||
### Build from Apache source codes
|
||||
### Build from Apache source code release
|
||||
- What is `Apache source code release`?
|
||||
|
||||
For each official Apache release, there is a complete and independent source code tar, which is including all source codes. You could download it from [SkyWalking Apache download page](http://skywalking.apache.org/downloads/). No git related stuff required when compiling this. Just follow these steps.
|
||||
|
||||
1. Prepare JDK8 and maven3
|
||||
1. Run `./mvnw clean package -DskipTests`
|
||||
1. All packages are in `/dist`.(.tar.gz for Linux and .zip for Windows).
|
||||
|
|
|
|||
Loading…
Reference in New Issue