From e679fe8727a4062ddbbb4ae4be8dd17eaf25a172 Mon Sep 17 00:00:00 2001 From: tunm Date: Sun, 5 Mar 2023 21:21:40 +0800 Subject: [PATCH] README --- README.md | 4 +++- README_CH.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ddb41f..eac60a0 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,8 @@ HLPR_ReleaseContext(ctx); ### Android: Compile the Shared Library - The first step is to install third-party dependencies +- You need to prepare NDKS and configure environment variables: $ANDROID_NDK +- Supports cross-compilation on Linux/MacOS ```bash # execute the script sh command/build_release_android_share.sh @@ -257,7 +259,7 @@ After compiling,Copy**arm64-v8a**and**armeabi-v7a** dirs to **Prj-Android/hype ### Demo APP Install -- Android APP:[Scan Code](http://fir.tunm.top/hyperlpr) +- Android APP:[Scan QR Code](http://fir.tunm.top/hyperlpr) #### Help diff --git a/README_CH.md b/README_CH.md index 4eb749f..6b2920f 100644 --- a/README_CH.md +++ b/README_CH.md @@ -223,6 +223,8 @@ HLPR_ReleaseContext(ctx); ### Android编译动态链接库 - 需要完成上面的步骤:安装第三方依赖库 +- 需要提前下载NDK并配置环境变量:$ANDROID_NDK +- 支持在Linux/MacOS下进行交叉编译 ```bash # 执行编译脚本 sh command/build_release_android_share.sh