Skip to content

Commit

Permalink
docs(backend/snpe): update build
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisonooo committed Jul 25, 2022
1 parent af3c345 commit 8d45a7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/en/01-how-to-build/snpe.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ $ unzip opencv-${OPENCV_VERSION}-android-sdk.zip

$ export ANDROID_OCV_ROOT=`realpath opencv-${OPENCV_VERSION}-android-sdk`

# Download ndk r17c
$ wget https://dl.google.com/android/repository/android-ndk-r17c-linux-x86_64.zip
$ unzip android-ndk-r17c-linux-x86_64.zip
# Download ndk r23b
$ wget https://dl.google.com/android/repository/android-ndk-r23b-linux-x86_64.zip
$ unzip android-ndk-r23b-linux-x86_64.zip

$ export ANDROID_NDK_ROOT=`realpath android-ndk-r17c`
$ export ANDROID_NDK_ROOT=`realpath android-ndk-r23b`
```

### 2) Compile mmdeploy SDK
Expand Down
8 changes: 4 additions & 4 deletions docs/zh_cn/01-how-to-build/snpe.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ $ unzip opencv-${OPENCV_VERSION}-android-sdk.zip

$ export ANDROID_OCV_ROOT=`realpath opencv-${OPENCV_VERSION}-android-sdk`

# 下载 ndk r17c
$ wget https://dl.google.com/android/repository/android-ndk-r17c-linux-x86_64.zip
$ unzip android-ndk-r17c-linux-x86_64.zip
# 下载 ndk r23b
$ wget https://dl.google.com/android/repository/android-ndk-r23b-linux-x86_64.zip
$ unzip android-ndk-r23b-linux-x86_64.zip

$ export ANDROID_NDK_ROOT=`realpath android-ndk-r17c`
$ export ANDROID_NDK_ROOT=`realpath android-ndk-r23b`
```

### 2. 编译 mmdeploy SDK
Expand Down

0 comments on commit 8d45a7e

Please sign in to comment.