From 21324db5e173871b908893451254a6eb0aef8c44 Mon Sep 17 00:00:00 2001 From: pengzhuoli Date: Fri, 14 May 2021 11:24:17 +0800 Subject: [PATCH] =?UTF-8?q?update=20zh-cn/device-dev/quick-start/=E6=90=AD?= =?UTF-8?q?=E5=BB=BA=E7=B3=BB=E7=BB=9F=E5=9F=BA=E7=A1=80=E7=8E=AF=E5=A2=83?= =?UTF-8?q?.md.=20update=20clang=20url=20to=2010.0.1=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\237\345\237\272\347\241\200\347\216\257\345\242\203.md" | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git "a/zh-cn/device-dev/quick-start/\346\220\255\345\273\272\347\263\273\347\273\237\345\237\272\347\241\200\347\216\257\345\242\203.md" "b/zh-cn/device-dev/quick-start/\346\220\255\345\273\272\347\263\273\347\273\237\345\237\272\347\241\200\347\216\257\345\242\203.md" index af4d2e28ee..63a8e2d45d 100644 --- "a/zh-cn/device-dev/quick-start/\346\220\255\345\273\272\347\263\273\347\273\237\345\237\272\347\241\200\347\216\257\345\242\203.md" +++ "b/zh-cn/device-dev/quick-start/\346\220\255\345\273\272\347\263\273\347\273\237\345\237\272\347\241\200\347\216\257\345\242\203.md" @@ -165,7 +165,7 @@ Linux服务器通用环境配置需要的工具及其获取途径如下表所示

编译工具链

-

https://repo.huaweicloud.com/harmonyos/compiler/clang/9.0.0-36191/linux/llvm-linux-9.0.0-36191.tar

+

https://repo.huaweicloud.com/harmonyos/compiler/clang/10.0.1-53907/linux/llvm.tar.gz

hb

@@ -350,11 +350,11 @@ Linux编译环境可以通过Docker方式快速安装,具体请参见[Docker ### 安装LLVM 1. 打开Linux编译服务器终端。 -2. [下载LLVM工具](https://repo.huaweicloud.com/harmonyos/compiler/clang/9.0.0-36191/linux/llvm-linux-9.0.0-36191.tar)。 +2. [下载LLVM工具](https://repo.huaweicloud.com/harmonyos/compiler/clang/10.0.1-53907/linux/llvm.tar.gz)。 3. 解压LLVM安装包至\~/llvm路径下。 ``` - tar -xvf llvm-linux-9.0.0-36191.tar -C ~/ + tar -zxvf llvm.tar.gz -C ~/ ``` 4. 设置环境变量。 -- GitLab