提交 bc329938 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!538 fix NBK version

Merge pull request !538 from yankai10/merge1
......@@ -49,7 +49,7 @@ The environment requirements are as follows:
- [GCC](https://gcc.gnu.org/releases.html) >= 5.4
- [autoconf](http://ftp.gnu.org/gnu/autoconf/) 2.69
- [LLVM 8.0.0](http://releases.llvm.org/8.0.0/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz)
- [Android_NDK r16b](https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip)
- [Android_NDK r20b](https://dl.google.com/android/repository/android-ndk-r20b-linux-x86_64.zip)
- numpy >= 1.16
- decorator
- scipy
......@@ -63,7 +63,7 @@ The compilation procedure is as follows:
```bash
export LLVM_PATH={$LLVM_PATH}/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-16.04/bin/llvm-config #Set the LLVM path.
export ANDROID_NDK={$NDK_PATH}/android-ndk-r16b #Set the NDK path.
export ANDROID_NDK={$NDK_PATH}/android-ndk-r20b #Set the NDK path.
```
2. Download source code from the code repository.
......
......@@ -49,7 +49,7 @@ MindSpore Lite的框架主要由Frontend、IR、Backend、Lite RT、Micro构成
- [GCC](https://gcc.gnu.org/releases.html) >= 5.4
- [autoconf](http://ftp.gnu.org/gnu/autoconf/) 2.69
- [LLVM 8.0.0](http://releases.llvm.org/8.0.0/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz)
- [Android_NDK r16b](https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip)
- [Android_NDK r20b](https://dl.google.com/android/repository/android-ndk-r20b-linux-x86_64.zip)
- numpy >= 1.16
- decorator
- scipy
......@@ -63,7 +63,7 @@ MindSpore Lite的框架主要由Frontend、IR、Backend、Lite RT、Micro构成
```bash
export LLVM_PATH={$LLVM_PATH}/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/llvm-config #设定llvm路径
export ANDROID_NDK={$NDK_PATH}/android-ndk-r16b #设定ndk路径
export ANDROID_NDK={$NDK_PATH}/android-ndk-r20b #设定ndk路径
```
2. 从代码仓下载源码。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册