colorchecker-detection
colorchecker-detection copied to clipboard
project deserves better explained installation procedure
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:
- 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.
export OpenCV_DIR="./extern/opencv"
mkdir build
cd build
cmake -G Xcode -D OpenCV_DIR=$OpenCV_DIR ..
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.
Update, see the link for full installation: https://github.com/pedrodiamel/colorchecker-detection/issues/2#issuecomment-551753206