Hey everyone,
I'm working on a station without sudo rights. Installed is a OpenCV V. 2.3.x. Now for my needs this isn't sufficient. However I was able to download and compile the latest Version
make
aswell as make install
worked out fine, but of the last step. Moving the installed libs to /usr/local/include/opencv2
because of the missing rights.
So since it's now just a matter of setting the path to the library, how can I do this, that system-wide the recently installed version is only used and the other ignored ?
Thanks for your help
Kind Regards