Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jayrambhia/Install-OpenCV

shell scripts to install different version of OpenCV in different distributions of Linux
https://github.com/jayrambhia/Install-OpenCV

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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 ArchLinux, run the commands below.
```
$ cd ArchLinux
$ chmod +x *
$ ./opencv2_4_0.sh
```