You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2018/12/04 12:19:56 UTC

[incubator-skywalking] branch wu-sheng-patch-1 created (now fa64dfc)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.


      at fa64dfc  Update How-to-build.md

This branch includes the following new commits:

     new fa64dfc  Update How-to-build.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-skywalking] 01/01: Update How-to-build.md

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git

commit fa64dfc5f3be794ab67477dab61acfc0ac8e4dc9
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Dec 4 20:19:49 2018 +0800

    Update How-to-build.md
---
 docs/en/guides/How-to-build.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/en/guides/How-to-build.md b/docs/en/guides/How-to-build.md
index 25059ce..3e516bf 100644
--- a/docs/en/guides/How-to-build.md
+++ b/docs/en/guides/How-to-build.md
@@ -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).