codeboost / opencv-node

Use OpenCV with node.js
54 stars 9 forks source link

Install Error: " Cannot open include file: 'cv.hpp' " #12

Open Talamantez opened 10 years ago

Talamantez commented 10 years ago

OS: Windows 7

I have an error on install - it looks like it can't find 'cv.hpp'. Any ideas on how I should get this file and put it in the right place?

Thanks - exciting stuff!

Robert

codeboost commented 10 years ago

Looks like you don't have OpenCV installed or it isn't in the path. See the readme file for guidance.

Talamantez commented 10 years ago

Thanks, I will take another look.

Robert