You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to install, test and eventually use this project. However, I could not find my way out how to install it on my macOS. It would be really useful to have a step by step guide, for instance:
first of all, what are the main dependencies, which python version I should use? (I believe, it is 2.7)
step by step guide required to build C++ libraries
In the other post, I have seen the following instructions. Does the first command imply that we need to first download the OpenCV source package into extern directory? I assumed that and executed the instructions below.
I believe I also need to run make to install, however, no Makefile is generated. So tried to run cmake -P cmake_install.cmake. I have received to the following error.
Hello,
I would like to install, test and eventually use this project. However, I could not find my way out how to install it on my macOS. It would be really useful to have a step by step guide, for instance:
In the other post, I have seen the following instructions. Does the first command imply that we need to first download the OpenCV source package into extern directory? I assumed that and executed the instructions below.
I believe I also need to run make to install, however, no Makefile is generated. So tried to run cmake -P cmake_install.cmake. I have received to the following error.
-- Install configuration: "Release"
CMake Error at mcclib/cmake_install.cmake:48 (file):
file INSTALL cannot find
"../colorchecker-detection/build/mcclib/Release/libmcclib.dylib".
Call Stack (most recent call first):
cmake_install.cmake:37 (include)
Any idea how to proceed further ? thank you.
The text was updated successfully, but these errors were encountered: