Skip to content
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] Format fix to work around a crowdIn issue #5580

Merged
merged 3 commits into from
Aug 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/lang/articles/contribution/dev_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ Some Linux distributions may require additional packages to build Taichi. Keep a
</TabItem>

</Tabs>

````

### Install LLVM

#### Install pre-built, customized LLVM binaries
Expand Down Expand Up @@ -188,6 +190,9 @@ We provide pre-built, customized LLVM binaries. For now, Taichi supports LLVM 10
<a href="https://github.com/taichi-dev/taichi_assets/releases/download/llvm10_msvc2022/taichi-llvm-10.0.0-msvc2022.zip">LLVM 10.0.0 for Windows MSVC 2022</a>
</TabItem>
</Tabs>

````

2. Configure environment variable:

````mdx-code-block
Expand Down Expand Up @@ -286,6 +291,9 @@ cmake --build . --target=INSTALL --config=Release
</TabItem>

</Tabs>

````

</details>

## Install optional dependencies
Expand Down Expand Up @@ -349,6 +357,9 @@ import TabItem from '@theme/TabItem';
</TabItem>

</Tabs>

````

</details>

<details>
Expand Down Expand Up @@ -485,6 +496,8 @@ If you want to build Taichi with Clang or maybe utilize `ccache` to cache and sp
</TabItem>

</Tabs>
````

## Troubleshooting and debugging

### `llvm-as` cannot be opened on macOS
Expand Down