Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Ok I took some ways and I solved some problems, and now all is went good without errors

I've done in this way:

$ cd opencv-2.4.9

$ mkdir build

$ cd build/

cmake -G "Unix Makefiles" -D CMAKE_INSTALL_PREFIX=[PATH_TO_OPENCV_DIRECTORY] -D CMAKE_OSX_ARCHITECTURES=x86_64 -D BUILD_PERF_TESTS=OFF -D BUILD_opencv_legacy=NO ..

$make -j3

$ make install

and it is went good without any kind of errors...

but now I cannot find any jar file in the build/bin directory... can someone help me?

thanks!!

Ok I took followed some ways and I solved some problems, and now all is went good without errors

I've done in this way:

$ cd opencv-2.4.9

$ mkdir build

$ cd build/

cmake -G "Unix Makefiles" -D CMAKE_INSTALL_PREFIX=[PATH_TO_OPENCV_DIRECTORY] -D CMAKE_OSX_ARCHITECTURES=x86_64 -D BUILD_PERF_TESTS=OFF -D BUILD_opencv_legacy=NO ..

$make -j3

$ make install

and it is went good without any kind of errors...

but now I cannot find any jar file in the build/bin directory... can someone help me?

thanks!!