Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

project deserves better explained installation procedure #4

Open
erkandiken opened this issue Oct 25, 2019 · 1 comment
Open

project deserves better explained installation procedure #4

erkandiken opened this issue Oct 25, 2019 · 1 comment

Comments

@erkandiken
Copy link

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.

@erkandiken
Copy link
Author

Update, see the link for full installation: #2 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant