From 5a45797b0ec59527ae2cf659157bfd23f192959e Mon Sep 17 00:00:00 2001 From: tunm Date: Thu, 9 Mar 2023 00:17:08 +0800 Subject: [PATCH] Add Compile Using Docker --- README.md | 2 +- README_CH.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c073e2..09254dd 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ After compiling,Copy**arm64-v8a**and**armeabi-v7a** dirs to **Prj-Android/hype If you need to compile with docker, we provide a few ways to compile: -#### Use the Compiled Linux-x86 Shared Library +#### 1. Compile the Linux-x86 Shared Library using Docker You need to install docker and docker-compose,Build Image for **hyperlpr_build**: diff --git a/README_CH.md b/README_CH.md index 76e812e..2012e81 100644 --- a/README_CH.md +++ b/README_CH.md @@ -247,7 +247,7 @@ sh command/build_release_android_share.sh 如果你需要使用docker编译,我们提供了几种编译方法: -#### Use the Compiled Linux-x86 Shared Library +#### 1. 使用docker编译Linux-x86动态库 你需要提前安装好docker和docker-compose,并执行脚本构建**hyperlpr_build**的镜像: