From 338654771b51414e67a320df7c0fe035a9bfed60 Mon Sep 17 00:00:00 2001 From: rainyl Date: Fri, 26 Apr 2024 09:55:57 +0800 Subject: [PATCH] update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29822e49..9a94802b 100644 --- a/README.md +++ b/README.md @@ -164,8 +164,12 @@ More examples are on the way... ## For Developers -NOTE: since v1.0.1, to speed up compile in CI, opencv is precompiled in [opencv.full](https://github.com/rainyl/opencv.full), -and this repo will download the prebuilt static libraries from it's release, if you want to compile entirely by yourself, you can compile opencv and explicitly set `-o opencv_dir=` for the below commands or set `OpenCV_DIR` environment variable. +> [!NOTE] +> since v1.0.1, to speed up compile in CI, opencv is precompiled in [opencv.full](https://github.com/rainyl/opencv.full), +> and this repo will download the prebuilt static libraries from it's release, +> if you want to compile entirely by yourself, +> you can compile opencv and explicitly set `-o opencv_dir=` for the +> below commands or set `OpenCV_DIR` environment variable. ### How to compile