diff --git a/docs/lang/articles/contribution/dev_install.md b/docs/lang/articles/contribution/dev_install.md index 7003b2a1deb11..c8e04156c226c 100644 --- a/docs/lang/articles/contribution/dev_install.md +++ b/docs/lang/articles/contribution/dev_install.md @@ -155,7 +155,9 @@ Some Linux distributions may require additional packages to build Taichi. Keep a + ```` + ### Install LLVM #### Install pre-built, customized LLVM binaries @@ -188,6 +190,9 @@ We provide pre-built, customized LLVM binaries. For now, Taichi supports LLVM 10 LLVM 10.0.0 for Windows MSVC 2022 + +```` + 2. Configure environment variable: ````mdx-code-block @@ -286,6 +291,9 @@ cmake --build . --target=INSTALL --config=Release + +```` + ## Install optional dependencies @@ -349,6 +357,9 @@ import TabItem from '@theme/TabItem'; + +```` +
@@ -485,6 +496,8 @@ If you want to build Taichi with Clang or maybe utilize `ccache` to cache and sp +```` + ## Troubleshooting and debugging ### `llvm-as` cannot be opened on macOS