Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CAP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
CAP
Commits
67dcdc18
Unverified
Commit
67dcdc18
authored
Mar 27, 2019
by
Lemon
Committed by
GitHub
Mar 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add how-to-build docs (#172)
parent
98f84fd4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
0 deletions
+16
-0
how-to-build.md
docs/guides/how-to-build.md
+16
-0
skyapm_config.md
docs/guides/skyapm_config.md
+0
-0
skyapm_config_cn.md
docs/guides/skyapm_config_cn.md
+0
-0
No files found.
docs/guides/how-to-build.md
0 → 100644
View file @
67dcdc18
# How to build project
This document helps people to compile and build the project.
## Build Project
**Because we are using Git submodule, we recommend don't use `GitHub` tag or release page to download source codes for compiling.**
### Build from GitHub
-
Prepare git and .NET Core SDK.
-
`git clone https://github.com/SkyAPM/SkyAPM-dotnet.git`
-
`cd SkyAPM-dotnet/`
-
Switch to the tag by using
`git checkout [tagname]`
(Optional, switch if want to build a release from source codes)
-
`git submodule init`
-
`git submodule update`
-
Run
`dotnet restore`
-
Run
`dotnet build src/SkyApm.Transport.Grpc.Protocol`
-
Run
`dotnet build skyapm-dotnet.sln`
\ No newline at end of file
docs/skyapm_config.md
→
docs/
guides/
skyapm_config.md
View file @
67dcdc18
File moved
docs/skyapm_config_cn.md
→
docs/
guides/
skyapm_config_cn.md
View file @
67dcdc18
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment