From 3e22fa3cf374cc1a5b7707679e1efb5642e7b9aa Mon Sep 17 00:00:00 2001 From: yi_jiang Date: Mon, 3 Feb 2020 13:04:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!94=20:?= =?UTF-8?q?=20update=20gn=20binary=20url'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/cn/Development_Preparation.md | 2 +- doc/en/Development_Preparation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cn/Development_Preparation.md b/doc/cn/Development_Preparation.md index ead71c72a7..567caeb037 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://gitee.com/xlnb/gn_binary +GN下载地址:https://archive.softwareheritage.org/browse/content/sha1_git:2dc0d5b26caef44f467de8120b26f8aad8b878be/raw/?filename=gn 将GN和Ninja可执行程序放置到openarkcompiler/tools目录,然后修改这两个文件为可执行: ``` diff --git a/doc/en/Development_Preparation.md b/doc/en/Development_Preparation.md index c301df2924..921fd17a64 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://gitee.com/xlnb/gn_binary +GN download address: https://archive.softwareheritage.org/browse/content/sha1_git:2dc0d5b26caef44f467de8120b26f8aad8b878be/raw/?filename=gn Place the executable programs of GN and Ninja in the openarkcompiler/tools directory, modify these two files to be executable. -- Gitee