edsheut

Installing OpenCV 4.5.0

Oct 17th, 2020 (edited)
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | None | 0 0
  1. # Compilando el faltante de OpenCV con 2 jobs
  2. $ make -j2
  3. # Instalando OpenCV
  4. $ sudo make install
  5. $ sudo ldconfig
Add Comment
Please, Sign In to add comment