This commit is contained in:
BoHung Chiu 2022-08-25 08:22:21 +08:00
parent d569b26ec0
commit fc59db8eed
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ if [ -z $(which convert) ]; then
apt install -y cmake pkg-config libbrotli-dev && \
wget -nc https://imagemagick.org/archive/ImageMagick.tar.gz && \
tar xfz ImageMagick.tar.gz && \
cd `ls -d /root/libpng-1.5.13/ImageMagick-7*` && \
cd /root/libpng-1.5.13/ImageMagick-7* && \
./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 && make install && \
ln -s /usr/local/lib/* /usr/lib/. && \