Skip to content

Commit 990dbc6

Browse files
committed
Updated readme
1 parent 6cba313 commit 990dbc6

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -72,21 +72,8 @@ yarn add @nut-tree/nut-js
7272

7373
will install nut.js and its required dependencies.
7474

75-
The installation process assumes you do not have an existing OpenCV installation and will try to build it from source via [opencv4nodejs](https://github.com/justadudewhohacks/opencv4nodejs).
76-
77-
Building OpenCV from scratch requires a [cmake](https://cmake.org/) installation.
78-
79-
In case you already have an OpenCV installation (version 3.x.x required, e.g. via `brew install opencv@3` or [else](https://docs.opencv.org/3.4/df/d65/tutorial_table_of_content_introduction.html)), you can disable the build process via environment variable:
80-
81-
```bash
82-
export OPENCV4NODEJS_DISABLE_AUTOBUILD=1
83-
```
84-
85-
or
86-
87-
```bash
88-
set OPENCV4NODEJS_DISABLE_AUTOBUILD=1
89-
```
75+
The installation process comes with a pre-built version of OpenCV for the respective target platform (via [opencv4nodejs](https://github.com/justadudewhohacks/opencv4nodejs)).
76+
It's not required to manually build OpenCV, but the installation process has some 3rd-party dependencies.
9077

9178
Please make sure to also install all required peer dependencies:
9279

0 commit comments

Comments
 (0)