Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
First attempt: use --with-pango
Browse files Browse the repository at this point in the history
  • Loading branch information
agatheblues committed Jan 29, 2021
1 parent c1766e6 commit 4f45782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f45782

Please sign in to comment.