Skip to content

Commit

Permalink
[doc] Format fix to work around a crowdIn issue (#5580)
Browse files Browse the repository at this point in the history
  • Loading branch information
writinwaters committed Aug 1, 2022
1 parent d8a0008 commit be9879b
Showing 1 changed file with 13 additions and 0 deletions.
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

0 comments on commit be9879b

Please sign in to comment.