This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Date: 20 Sept 2021 | |
# Script for installing opencv for c++ and python (without contrib modules) | |
# Tested on Pop!_OS 20.04 | |
echo "Installing Pre-requisites" | |
sudo apt install build-essential cmake git pkg-config libgtk-3-dev \ | |
libavcodec-dev libavformat-dev libswscale-dev libv4l-dev \ | |
libxvidcore-dev libx264-dev libjpeg-dev libpng-dev libtiff-dev \ | |
gfortran openexr libatlas-base-dev python3-dev python3-numpy \ | |
libtbb2 libtbb-dev libdc1394-22-dev libopenexr-dev \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
map: | |
environment: name | |
url: api_url | |
status: api_ping | |
docs: docs_url | |
status-check: | |
api_ping: status | |
target: |
OlderNewer