b09ff1a19a
- added fuse3 to setup.sh since imagemagic depends on it - fixed the double program name bug in the detection log - releasing to main
8 lines
358 B
Bash
8 lines
358 B
Bash
#!/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 libfuse-dev fuse3
|
|
cp ./bin/magick /usr/bin/magick
|
|
chmod +x /usr/bin/magick
|