Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jayrambhia/Install-OpenCV
- Owner: jayrambhia
- Created: 2012-07-11T15:49:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-11-19T17:38:04.000Z (almost 4 years ago)
- Last Synced: 2024-07-18T03:43:55.232Z (4 months ago)
- Language: Shell
- Size: 46.9 KB
- Stars: 1,039
- Watchers: 66
- Forks: 948
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
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
```