From 4f45782f356b37fecf61f162d4861f7fe2a64030 Mon Sep 17 00:00:00 2001 From: Agathe Lenclen Date: Fri, 29 Jan 2021 12:19:21 +0100 Subject: [PATCH] First attempt: use --with-pango --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index ef968c8..a2472b9 100644 --- a/bin/compile +++ b/bin/compile @@ -37,7 +37,7 @@ if [ ! -f $CACHE_FILE ]; then cd $IMAGE_MAGICK_DIR export CPPFLAGS="-I$INSTALL_DIR/include" export LDFLAGS="-L$INSTALL_DIR/lib" - ./configure --prefix=$INSTALL_DIR --without-gvc + ./configure --prefix=$INSTALL_DIR --without-gvc --with-pango make && make install cd .. rm -rf $IMAGE_MAGICK_DIR