From 21324db5e173871b908893451254a6eb0aef8c44 Mon Sep 17 00:00:00 2001 From: pengzhuoli Date: Fri, 14 May 2021 11:24:17 +0800 Subject: [PATCH 1/3] =?UTF-8?q?update=20zh-cn/device-dev/quick-start/?= =?UTF-8?q?=E6=90=AD=E5=BB=BA=E7=B3=BB=E7=BB=9F=E5=9F=BA=E7=A1=80=E7=8E=AF?= =?UTF-8?q?=E5=A2=83.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 af4d2e28ee5..63a8e2d45d1 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. 设置环境变量。 -- Gitee From 51afbe70d938777b09162b433eadbf3659d92b12 Mon Sep 17 00:00:00 2001 From: pengzhuoli Date: Fri, 14 May 2021 11:24:21 +0800 Subject: [PATCH 2/3] update en/device-dev/quick-start/basic-os-environment-setup.md. update clang url to 10.0.1 version --- en/device-dev/quick-start/basic-os-environment-setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/device-dev/quick-start/basic-os-environment-setup.md b/en/device-dev/quick-start/basic-os-environment-setup.md index d6e60d49369..540f5bf5956 100644 --- a/en/device-dev/quick-start/basic-os-environment-setup.md +++ b/en/device-dev/quick-start/basic-os-environment-setup.md @@ -165,7 +165,7 @@ The following table describes the tools required for setting up the general envi

Functions as the compiler toolchain.

-

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 @@ Using PuTTY to log in to a Linux server from a PC running Windows ### Installing LLVM 1. Start a Linux server. -2. Download [LLVM](https://repo.huaweicloud.com/harmonyos/compiler/clang/9.0.0-36191/linux/llvm-linux-9.0.0-36191.tar). +2. Download [LLVM](repo.huaweicloud.com/harmonyos/compiler/clang/10.0.1-53907/linux/llvm.tar.gz). 3. Decompress the LLVM installation package to **\~/llvm**. ``` - tar -xvf llvm-linux-9.0.0-36191.tar -C ~/ + tar -zxvf llvm.tar.gz -C ~/ ``` 4. Set an environment variable. -- Gitee From e836e85f44c3a328c710ce507522e25b25325575 Mon Sep 17 00:00:00 2001 From: pengzhuoli Date: Fri, 14 May 2021 11:25:43 +0800 Subject: [PATCH 3/3] update en/device-dev/quick-start/basic-os-environment-setup.md. correct url format --- en/device-dev/quick-start/basic-os-environment-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/quick-start/basic-os-environment-setup.md b/en/device-dev/quick-start/basic-os-environment-setup.md index 540f5bf5956..b765aceefda 100644 --- a/en/device-dev/quick-start/basic-os-environment-setup.md +++ b/en/device-dev/quick-start/basic-os-environment-setup.md @@ -350,7 +350,7 @@ Using PuTTY to log in to a Linux server from a PC running Windows ### Installing LLVM 1. Start a Linux server. -2. Download [LLVM](repo.huaweicloud.com/harmonyos/compiler/clang/10.0.1-53907/linux/llvm.tar.gz). +2. Download [LLVM](https://repo.huaweicloud.com/harmonyos/compiler/clang/10.0.1-53907/linux/llvm.tar.gz). 3. Decompress the LLVM installation package to **\~/llvm**. ``` -- Gitee