microsoft / opencv

Open Source Computer Vision Library
opencv.org
Apache License 2.0
144 stars 92 forks source link

how is install for Windows 10 uwp supposed to work ? #73

Closed amoldeshpande closed 8 years ago

amoldeshpande commented 8 years ago

the install project fails miserably because of hardcoded CMake paths. When I fixed the path in the project file,and build it again, the post-build cmake install itself fails with

Make Error at cmake_install.cmake:31 (file): 10> file cannot create directory: C:/Users/ocv_install/include/opencv2. Maybe 10> need administrative privileges.

even if I set CMAKE_INSTALL_PREFIX to an actual path, it still fails as above. ETA: using the prebuilt solutions and projects for x64