


CMAKE INSTALL MAC DOWNLOAD
Download source either from ( 1) or opencv github.I prefer to use cmake-gui instead of entirely doing this from command line, since that gives you more idea about the options available for opencv configuration and bring you in better position if you want to customize opencv build tomorrow ( like enabling java wrapper or OpenCL etc ). Steps for those who prefer to build opencv from source Now, each of the following line is to be executed in Terminal and must be executed successfully (no error) I struggled with the installation because I used OpenCV 2.4.6.1 and it's not yet compatible.Įxtract the tar file in a folder and go to that folder through the terminal, e.g. To ensure that CMake has been successfully installed, type cmake -version in Terminalįirst, download the tar file of OpenCV 2.4.3 stable version here and DO NOT use the latest version. Upon completion of the installation you will be prompted whether to put CMake in /usr/bin, select Yes and finish installation At the time of I installed this, the file name is cmake-2.8.11.2-Darwin64-universal.dmg. dmg file under Binary Distribution of CMake here. The following instructions are taken directly from that link:įirst you need to download the. I am thinking that you should try installing the version stated in those instructions and see how you go. It highlights that the version you are trying to use "is not compatible". It goes without saying that I've tried different versions of OCV and all have given me issues at the make step. I tried Macports as well a while ago so I don't remember the steps, but it didn't work. Make: ** Error 1Ģ) Using Homebrew at the end of which, even if I added the python path, when I do 'import cv' it gives me a "no module named cv" error While (++argc >= (-argc,-1)) / this ugly cons. Documents/Libraries/opencv-2.4.6.1/modules/ts/include/opencv2/ts/ts_perf.hpp:480:12: note:Įxpanded from macro 'CV_PERF_TEST_MAIN_INTERNALS' When I get to the make -j8 step, at around 36% it gives me errors such as: dmg file from OCV website and doing the CMAKE routine. Now I'm on 10.9 and XCode 5.0.1.ġ) Downloading the. I started trying to do this with OS X 10.8 and its XCode version and it didn't work.

CMAKE INSTALL MAC MAC
I have trawled through all of Google's and Stack Overflow's search results in order to install stupid OpenCV on my Mac and all the methods have been completely useless.
