From 6ac85eda9d1e73526f4186549ed8453d4dc82879 Mon Sep 17 00:00:00 2001 From: urielch Date: Tue, 30 Apr 2024 20:40:57 +0200 Subject: [PATCH] update Readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41cab4836..eb35d7dfa 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Opencv4nodejs can be linked to a prebuild openCV 3 or 4. or can build its own openCV using [@u4/opencv-build](https://www.npmjs.com/package/@u4/opencv-build), In this case, you have to choose which version you want to link. +> Since version 7, you should be able to use this module directly without any configuration if you have OpenCV installed from your package manager (Chocolatey / Brew / apt). + ### To use your OWN openCV build **3 way to use your own openCV (Without automatic building)** @@ -54,7 +56,7 @@ OPENCV_BUILD_ROOT=~/opencv #### 1) Environment variable Define environment variable: -- `OPENCV4NODEJS_AUTOBUILD_OPENCV_VERSION`="4.6.0" +- `OPENCV4NODEJS_AUTOBUILD_OPENCV_VERSION`="4.9.0" #### 2) package.json Define an opencv4nodejs section in your package.json like: