Issue in install_opencv4.0.0_Nano.sh
Closed this issue · 1 comments
zhizhang77 commented
sudo apt-get install -y python-opencv python3-opencv
after sudo make install
is unnecessary. Actually it may overwrite the compile output with older libs. IMO it should be replaced with sudo ldconfig
.
zhizhang77 commented
Duplicate of #7