You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
will install `nut.js` with its required dependencies.
73
+
This will assume that you do not have an existing [OpenCV](https://opencv.org/) installation and will try to build `OpenCV` v3.4.3 from source (via `opencv4nodejs`).
74
+
Building `OpenCV` from scratch requires a [cmake](https://cmake.org/) installation.
75
+
76
+
In case you already have an `OpenCV` installation (version 3.x.x required, e.g. via `brew install opencv@3`), you can disable the build process via environment variable:
77
+
78
+
```bash
79
+
export OPENCV4NODEJS_DISABLE_AUTOBUILD=1
80
+
```
81
+
82
+
or
83
+
84
+
```bash
85
+
set OPENCV4NODEJS_DISABLE_AUTOBUILD=1
86
+
```
87
+
88
+
Please make sure to also install all required peer dependencies:
0 commit comments