From 8fd0951da1d7f534629d877c4343553d2ff248d4 Mon Sep 17 00:00:00 2001 From: unknown <2230247019@qq.com> Date: Tue, 9 Jul 2024 12:42:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Linux=20=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E6=8C=87=E5=8D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cpp/README-linux.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cpp/README-linux.md b/cpp/README-linux.md index 479ec7c..6907211 100644 --- a/cpp/README-linux.md +++ b/cpp/README-linux.md @@ -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"