Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 86a931c

Browse files
added note about whitespaces in project directory under install instructions
1 parent f564125 commit 86a931c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ Check out <a href="https://medium.com/@muehler.v/machine-learning-with-opencv-an
9696

9797
# How to install
9898

99+
**Important note:** node-gyp won't handle whitespaces properly, thus make sure, that the path to your project directory does **not contain any whitespaces**. Installing opencv4nodejs under "C:\Program Files\some_dir" or similar will not work and will fail with: "fatal error C1083: Cannot open include file: 'opencv2/core.hpp'"!**
100+
99101
## Requirements
100102
- cmake (unless you are using a prebuilt OpenCV release)
101103

0 commit comments

Comments
 (0)