Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

shell scripts to install different version of OpenCV in different distributions of Linux

Notifications You must be signed in to change notification settings

d-linko/Install-OpenCV

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install-OpenCV

shell scripts to install different version of OpenCV in different distributions of Linux

Ubuntu

if your system is Ubuntu, run the commands below.

$ cd Ubuntu
$ chmod +x * 
$ ./opencv_latest.sh

RedHat

if your system is RedHat, run the commands below.

$ cd RedHat
$ chmod +x * 
$ ./opencv_latest.sh

ArchLinux

if your system is RedHat, run the commands below.

$ cd ArchLinux
$ chmod +x * 
$ ./opencv2_4_0.sh

About

shell scripts to install different version of OpenCV in different distributions of Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%