remove imagemagick version limit
This commit is contained in:
parent
836dbbd0f3
commit
41d845a76b
|
@ -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/. && \
|
||||||
|
|
Loading…
Reference in New Issue