Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Apr 26, 2024
1 parent fbea3ec commit 3386547
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<path to opencv>` 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=<path to opencv>` for the
> below commands or set `OpenCV_DIR` environment variable.
### How to compile
Expand Down

0 comments on commit 3386547

Please sign in to comment.