Skip to content

Commit 19af186

Browse files
fixed some typos
1 parent cd0f0d9 commit 19af186

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Native node modules are built via node-gyp, which already comes with npm by defa
102102

103103
**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'"!**
104104

105-
On windows you will furthremore need Windows Build Tools to compile OpenCV and opencv4nodejs. If you don't have Visual Studio or Windows Build Tools installed, you can easily install the VS2015 build tools:
105+
On Windows you will furthermore need Windows Build Tools to compile OpenCV and opencv4nodejs. If you don't have Visual Studio or Windows Build Tools installed, you can easily install the VS2015 build tools:
106106

107107
``` bash
108108
npm install --global windows-build-tools
@@ -156,7 +156,7 @@ Under Linux we have to build OpenCV from source manually or using the auto build
156156

157157
## Installing OpenCV via Auto Build Script
158158

159-
The auto build script comes in form of the [opencv-build](https://github.com/justadudewhohacks/npm-opencv-build), which will run by default when installing opencv4nodejs. The script requires you to have git and a recent version of cmake installed.
159+
The auto build script comes in form of the [opencv-build](https://github.com/justadudewhohacks/npm-opencv-build) npm package, which will run by default when installing opencv4nodejs. The script requires you to have git and a recent version of cmake installed.
160160

161161
### Auto Build Flags
162162

0 commit comments

Comments
 (0)