remove imagemagick version limit

This commit is contained in:
chiu 2025-03-22 14:12:39 +00:00
parent 836dbbd0f3
commit 41d845a76b
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ if [ -z $(which convert) ]; then
apt install -y cmake pkg-config libbrotli-dev && \ apt install -y cmake pkg-config libbrotli-dev && \
wget -nc https://imagemagick.org/archive/ImageMagick.tar.gz && \ wget -nc https://imagemagick.org/archive/ImageMagick.tar.gz && \
tar xfz ImageMagick.tar.gz && \ tar xfz ImageMagick.tar.gz && \
cd /root/libpng-1.5.13/ImageMagick-7* && \ cd /root/libpng-1.5.13/ImageMagick-* && \
./configure --with-bzlib=yes --with-fontconfig=yes --with-freetype=yes --with-gslib=yes --with-gvc=yes --with-jpeg=yes --with-jp2=yes --with-png=yes --with-tiff=yes --disable-shared --with-modules && \ ./configure --with-bzlib=yes --with-fontconfig=yes --with-freetype=yes --with-gslib=yes --with-gvc=yes --with-jpeg=yes --with-jp2=yes --with-png=yes --with-tiff=yes --disable-shared --with-modules && \
make -j $(nproc) && make install && \ make -j $(nproc) && make install && \
ln -s /usr/local/lib/* /usr/lib/. && \ ln -s /usr/local/lib/* /usr/lib/. && \