Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raymondcm/opencv-installscript
Script for building https://github.com/opencv/opencv and https://github.com/opencv/opencv_contrib
https://github.com/raymondcm/opencv-installscript
command-line installer opencv
Last synced: 27 days ago
JSON representation
Script for building https://github.com/opencv/opencv and https://github.com/opencv/opencv_contrib
- Host: GitHub
- URL: https://github.com/raymondcm/opencv-installscript
- Owner: RaymondCM
- Created: 2017-09-21T12:36:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T14:52:44.000Z (almost 7 years ago)
- Last Synced: 2024-10-03T04:40:59.068Z (about 2 months ago)
- Topics: command-line, installer, opencv
- Language: Batchfile
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenCV-InstallScript
A small command line installer for building OpenCV on windows with [Git Bash](https://git-scm.com/) and [CMake](https://github.com/Kitware/CMake).
Change C:\lib\Install\opencv\x64\vc15 (line [62](https://github.com/RaymondKirk/OpenCV-InstallScript/blob/master/install_opencv.bat#L62) and [63](https://github.com/RaymondKirk/OpenCV-InstallScript/blob/master/install_opencv.bat#L63)) and CMAKE_CONFIG_GENERATOR (line [24](https://github.com/RaymondKirk/OpenCV-InstallScript/blob/master/install_opencv.bat#L24)) to match the generator you will be using (default is VS2017).
## Installation
Copy and paste the commands into command prompt.
```bash
git clone https://github.com/RaymondKirk/OpenCV-InstallScript.git
OpenCV-InstallScript\install_opencv.bat
```