From 2ed01ac6c6dd1e1ef57f1c5593a42914fb2cbe2c Mon Sep 17 00:00:00 2001 From: BinaryFZ Date: Mon, 20 Jan 2020 22:34:13 +0800 Subject: [PATCH 1/2] update gn binary url --- doc/en/Development_Preparation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/Development_Preparation.md b/doc/en/Development_Preparation.md index 921fd17a64..c301df2924 100644 --- a/doc/en/Development_Preparation.md +++ b/doc/en/Development_Preparation.md @@ -38,7 +38,7 @@ ${MAPLE_ROOT} is the root directory of the OpenArkCompiler source code. Download **Ninja(v1.9.0)** and **GN(Linux Version)** Ninja download address: https://github.com/ninja-build/ninja/releases -GN download address: https://archive.softwareheritage.org/browse/content/sha1_git:2dc0d5b26caef44f467de8120b26f8aad8b878be/raw/?filename=gn +GN download address: https://gitee.com/xlnb/gn_binary Place the executable programs of GN and Ninja in the openarkcompiler/tools directory, modify these two files to be executable. -- Gitee From a296f9660434d23aa8eb48dec04b52e137ee0b60 Mon Sep 17 00:00:00 2001 From: BinaryFZ Date: Mon, 20 Jan 2020 22:36:39 +0800 Subject: [PATCH 2/2] update gn binary url --- doc/cn/Development_Preparation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cn/Development_Preparation.md b/doc/cn/Development_Preparation.md index 567caeb037..ead71c72a7 100644 --- a/doc/cn/Development_Preparation.md +++ b/doc/cn/Development_Preparation.md @@ -38,7 +38,7 @@ GN_AR_COMPILER = "${MAPLE_ROOT}/tools/clang_llvm-8.0.0-x86_64-linux-gnu-ubuntu-1 下载**Ninja(v1.9.0)**及**GN(Linux Version)** Ninja下载地址:https://github.com/ninja-build/ninja/releases -GN下载地址:https://archive.softwareheritage.org/browse/content/sha1_git:2dc0d5b26caef44f467de8120b26f8aad8b878be/raw/?filename=gn +GN下载地址:https://gitee.com/xlnb/gn_binary 将GN和Ninja可执行程序放置到openarkcompiler/tools目录,然后修改这两个文件为可执行: ``` -- Gitee