forked from taichi-dev/taichi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[doc] Improve the dev install doc (taichi-dev#3685)
* [doc] Improve the dev install doc * Update CONTRIBUTING.md Co-authored-by: Vissidarte-Herman <[email protected]> * tweaks * tweaks * Update CONTRIBUTING.md Co-authored-by: Vissidarte-Herman <[email protected]> * Update README.md Co-authored-by: Vissidarte-Herman <[email protected]> * Auto Format * Update CONTRIBUTING.md Co-authored-by: Vissidarte-Herman <[email protected]> Co-authored-by: Taichi Gardener <[email protected]>
- Loading branch information
1 parent
40b00c2
commit 17adcdb
Showing
3 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# Contributing Guide | ||
|
||
See the [Contribution Guidelines](https://docs.taichi.graphics/lang/articles/contribution/contributor_guide) on our documentation site. | ||
Thank you for your interest in contributing to Taichi! Please check out the [Contribution Guidelines](https://docs.taichi.graphics/lang/articles/contribution/contributor_guide) for how to make a contribution. | ||
|
||
## Developer Installation | ||
|
||
Taichi is developed mainly in C++17 and Python3. Please check out the [Developer Installation](https://docs.taichi.graphics/lang/articles/contribution/dev_install) to build Taichi from source. Note that Taichi is LLVM-10.0.0 dependent and that we recommend installing [our pre-built LLVM libraries](https://docs.taichi.graphics/lang/articles/contribution/dev_install#installing-dependencies) for your platform. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters