I am trying to install opencv from source codes on slackware64 14.2 which is running in VirtualBox.
*cd opencv-2.4.13
make .
make -j2
sudo make install*
but libraries have been installed to /usr/local/lib instead /usr/local/lib64
so I cannot compile examples.
What the reason autoconfiguration was wrong?
↧