Skip to content

Commit

Permalink
更新 Linux 构建指南
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroi-sora committed Jul 9, 2024
1 parent 94a4f38 commit 8fd0951
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cpp/README-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,9 @@ ls -d opencv*/ # 检查解压后得到的目录名

如果使用上述方式1或方式3来准备 OpenCV ,那么在 **编译完 PaddleOCR-json 本体后** ,可以通过下列步骤将 OpenCV 二进制包复制到 PaddleOCR-json 目录中,方便转移到其他设备上使用。

1. 确保当前在 `cpp/.source` 目录中。
2. 复制三个关键库文件到 `bin` 目录,并修改一下后缀(`4.10.0``410`):
1. 确保已经完成了后续步骤:编译 PaddleOCR-json 本体!
2. 确保当前在 `cpp/.source` 目录中。
3. 复制三个关键库文件到 `bin` 目录,并修改一下后缀(`4.10.0``410`):

```sh
cp "./opencv-release/lib/libopencv_core.so.4.10.0" "../build/bin/libopencv_core.so.410"
Expand Down

0 comments on commit 8fd0951

Please sign in to comment.