Skip to content

Commit 0a3491e

Browse files
committed
[skip travis] Updated readme with installation instructions
1 parent 6f37c73 commit 0a3491e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,11 @@ yarn add @nut-tree/nut-js
7070
```
7171

7272
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`).
73+
74+
The installation process assumes you do not have an existing `OpenCV` installation and will try to build `OpenCV` v3.4.3 from source (via `opencv4nodejs`).
7475
Building `OpenCV` from scratch requires a [cmake](https://cmake.org/) installation.
7576

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+
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:
7778

7879
```bash
7980
export OPENCV4NODEJS_DISABLE_AUTOBUILD=1

0 commit comments

Comments
 (0)