From 9eb39e0fd469bc2bb627901c15b01e88e7344094 Mon Sep 17 00:00:00 2001 From: gaoxinge Date: Sat, 16 Apr 2022 01:31:40 +0800 Subject: [PATCH] remove redundant semicolon in doc --- docs/lang/articles/contribution/dev_install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lang/articles/contribution/dev_install.md b/docs/lang/articles/contribution/dev_install.md index 706addddb6905..361c6d6af5cb2 100644 --- a/docs/lang/articles/contribution/dev_install.md +++ b/docs/lang/articles/contribution/dev_install.md @@ -441,7 +441,7 @@ The `develop` command serves the developers' needs better because edits to the P -1. Set-up the environment variable `TAICHI_CMAKE_ARGS` with value `-DCLANG_EXECUTABLE=;/bin/clang.exe -DLLVM_AS_EXECUTABLE=/bin/llvm-as.exe` +1. Set-up the environment variable `TAICHI_CMAKE_ARGS` with value `-DCLANG_EXECUTABLE=/bin/clang.exe -DLLVM_AS_EXECUTABLE=/bin/llvm-as.exe` 2. Open the "x64 Native Tools Command Prompt" for VS2019 or VS2022. Please make sure you opened the x64 version. (Or load the Visual Studio environment yourself) 3. Clone the Taichi repo *recursively* & install python dependencies