Update libdc1394-dev
This commit is contained in:
parent
ef8f135efc
commit
089e288f27
|
@ -40,7 +40,7 @@ if [ -z "$1" ]
|
|||
echo "Installing OpenCV from source"
|
||||
if [[ -x "$(command -v apt)" ]]; then
|
||||
apt update && apt install build-essential git
|
||||
apt install cmake ffmpeg libavformat-dev libdc1394-22-dev libgtk2.0-dev \
|
||||
apt install cmake ffmpeg libavformat-dev libdc1394-dev libgtk2.0-dev \
|
||||
libjpeg-dev libpng-dev libswscale-dev libtbb2 libtbb-dev \
|
||||
libtiff-dev
|
||||
elif [[ -x "$(command -v dnf)" ]]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user