# Install-OpenCV **Repository Path**: breakbrain/Install-OpenCV ## Basic Information - **Project Name**: Install-OpenCV - **Description**: shell scripts to install different version of OpenCV in different distributions of Linux - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```