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
While `nut.js` comes with a pre-built version of OpenCV for your respective target platform, it currently still requires some 3rd-party dependencies to generate `node` bindings.
62
-
This setup will be enhanced in the future so no additional packages have to be installed on a target system.
63
-
64
-
Until then, the following tools / libraries need to be installed in order to use `nut.js`:
61
+
`nut.js` comes with a pre-built version of OpenCV for your respective target platform.
62
+
In order to use these pre-compiled bindings, certain runtime conditions have to be met.
65
63
66
64
## Prerequisites
67
65
68
-
The installation process comes with a pre-built version of OpenCV for the respective target platform.
69
-
It's not required to manually build or install OpenCV, but the installation process has some 3rd-party dependencies.
66
+
This section lists runtime requirements for `nut.js` on the respective target platform.
0 commit comments