kyamagu / mexopencv

Collection and a development kit of matlab mex functions for OpenCV library
http://kyamagu.github.io/mexopencv
Other
661 stars 319 forks source link

make WITH_CONTRIB #446

Open KristynaPijackova opened 5 years ago

KristynaPijackova commented 5 years ago

Hi guys!

I'm trying to install mexopencv with Octave on Ubuntu, but when I call

$ ~/mexopencv$ make WITH_CONTRIB=true

I get this as response:

make: /usr/local/matlab/bin/mexext: Command not found Makefile:66: *** "MEX extension not set". Stop.

In /user/local I have no matlab directory, so the error make sense, but could anyone tell me what to do? Do I relocate it or create the directory?

(I am sorry if the question sounds stupid, but I am not that skilled with linux commands yet)

SanZamoyski commented 4 years ago

make WITH_OCTAVE=true WITH_CONTRIB=true all contrib

WITH_OCTAVE is important, not sure about other dif.