-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[doc]Added docs on build from source #1565
Conversation
Unit testing passed. |
Unit testing passed. |
docs/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code.md
Outdated
Show resolved
Hide resolved
docs/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code.md
Show resolved
Hide resolved
docs/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code.md
Outdated
Show resolved
Hide resolved
docs/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code.md
Outdated
Show resolved
Hide resolved
docs/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code.md
Outdated
Show resolved
Hide resolved
docs/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code.md
Outdated
Show resolved
Hide resolved
docs/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code.md
Outdated
Show resolved
Hide resolved
docs/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code.md
Outdated
Show resolved
Hide resolved
docs/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code.md
Outdated
Show resolved
Hide resolved
docs/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code.md
Outdated
Show resolved
Hide resolved
docs/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code.md
Outdated
Show resolved
Hide resolved
docs/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code.md
Outdated
Show resolved
Hide resolved
docs/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code.md
Outdated
Show resolved
Hide resolved
docs/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code.md
Outdated
Show resolved
Hide resolved
docs/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code.md
Outdated
Show resolved
Hide resolved
docs/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code.md
Outdated
Show resolved
Hide resolved
docs/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code.md
Outdated
Show resolved
Hide resolved
docs/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code.md
Show resolved
Hide resolved
- If no errors are shown | ||
#### CMAKE_BUILD_TYPE | ||
There are a few building types supported: | ||
* `Debug`, to build with debuginfo but without optimization, which is by default |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debug
, to build with debuginfo but without optimization by default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
by default is to qualify Debug. I think it is more clear.
docs/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code.md
Outdated
Show resolved
Hide resolved
docs/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code.md
Show resolved
Hide resolved
docs/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code.md
Outdated
Show resolved
Hide resolved
Unit testing passed. |
docs/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code.md
Outdated
Show resolved
Hide resolved
Unit testing passed. |
Unit testing passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great. Thanks for taking care of this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
excellent
Unit testing passed. |
* Added docs on build from source * Update for Arch and Gentoo * Address @Amber1990Zhang's and @wilsonyou's comments * Address @wilsonyou's comments
* shallow copy vertex & edgee * add delete * fix error * delete error code * optimize getVertex * fix memory leak * delete useless code * address comment * fix multiple threads double free pointer problem
* shallow copy vertex & edgee * add delete * fix error * delete error code * optimize getVertex * fix memory leak * delete useless code * address comment * fix multiple threads double free pointer problem
* shallow copy vertex & edgee * add delete * fix error * delete error code * optimize getVertex * fix memory leak * delete useless code * address comment * fix multiple threads double free pointer problem
* shallow copy vertex & edgee * add delete * fix error * delete error code * optimize getVertex * fix memory leak * delete useless code * address comment * fix multiple threads double free pointer problem Co-authored-by: Sophie <[email protected]>
* shallow copy vertex & edgee * add delete * fix error * delete error code * optimize getVertex * fix memory leak * delete useless code * address comment * fix multiple threads double free pointer problem
This PR documents the new building scheme offered in #1332
The cn version comes next.