Skip to content

Commit

Permalink
Update make_imagemagick.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Webreaper committed Mar 15, 2024
1 parent 9cf8bed commit 0d18582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_imagemagick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo "=== Starting ImageMagick build/install."
sed -Ei 's/^# deb-src /deb-src /' /etc/apt/sources.list

apt-get update
apt-get install -y build-essential curl git libtool
apt-get install -y build-essential curl git libtool cmake
apt-get build-dep -y imagemagick
apt-get install -y libde265-dev libopenjp2-7-dev librsvg2-dev libwebp-dev libraw-dev

Expand Down

0 comments on commit 0d18582

Please sign in to comment.