FaceDetector icon indicating copy to clipboard operation
FaceDetector copied to clipboard

Improve the docs telling needed environment variables with their values

Open omatrot opened this issue 7 years ago • 3 comments
trafficstars

I came to your repo through a StackOverflow answer. You're CMakeLists.txt file is using environment variables (OpenCV_LIBS in particular). It would be nice to include the expected variables with their values. It would save time to those people like me not very accustomed to OpenCV. Thanks in advance.

omatrot avatar Jun 07 '18 16:06 omatrot

@omatrot if I remember correctly, you first need to install OpenCV using CMake.

Here is the guide for Linux. I believe steps 1, 2, 6 and 8 is all you need. After that, the variable will be defined.

dmitry-zaitsev avatar Jun 07 '18 20:06 dmitry-zaitsev

Which guide ?

omatrot avatar Jun 08 '18 06:06 omatrot

Oh, sorry. Here it is: https://docs.opencv.org/2.4/doc/tutorials/introduction/linux_install/linux_install.html?

dmitry-zaitsev avatar Jun 08 '18 07:06 dmitry-zaitsev