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"