JustMotion/setup.sh

8 lines
340 B
Bash
Raw Normal View History

#!/bin/sh
export DEBIAN_FRONTEND=noninteractive
apt update -y
apt install -y pkg-config cmake make g++
apt install -y ffmpeg libavcodec-dev libavformat-dev libavutil-dev libswscale-dev x264 libx264-dev libilmbase-dev qt6-base-dev qtchooser qmake6 qt6-base-dev-tools libxkbcommon-dev
cp ./bin/magick /usr/bin/magick
chmod +x /usr/bin/magick