|
@@ -13,19 +13,19 @@
|
|
|
|
|
|
### 如何编译该项目
|
|
|
**必须安装的环境**
|
|
|
-1. 配置 `JAVA_HOME`
|
|
|
-2. 安装 opencv
|
|
|
+1. 配置 `JAVA_HOME` 环境变量
|
|
|
+2. 安装 opencv 4.5.5
|
|
|
+3. 编译 PQCVMedia Java JNI API 调用动态库
|
|
|
+ ```shell
|
|
|
+ git clone https://git.yishihui.com/VideoProcessing/PQCVMedia.git
|
|
|
|
|
|
-```shell
|
|
|
-git clone https://git.yishihui.com/VideoProcessing/PQCVMedia.git
|
|
|
-
|
|
|
-cd PQCVMedia
|
|
|
+ cd PQCVMedia
|
|
|
|
|
|
-./build.sh
|
|
|
+ ./build.sh
|
|
|
|
|
|
-echo "安装成功,在当前 output/lib 下"
|
|
|
+ echo "安装成功,在当前 output/lib 下"
|
|
|
|
|
|
-```
|
|
|
+ ```
|
|
|
|
|
|
#### Linux:
|
|
|
|