12345678910111213141516171819202122232425262728293031 |
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --with-dejavu-font-dir=/usr/share/fonts/TTF \
- --with-gs-font-dir=/usr/share/fonts/gsfonts \
- PSDelegate=/usr/bin/gs \
- XPSDelegate=/usr/bin/gxps \
- PCLDelegate=/usr/bin/gpcl6 \
- --enable-hdri \
- --with-gslib \
- --with-lqr \
- --with-modules \
- --with-openexr \
- --with-openjp2 \
- --with-perl \
- --with-perl-options=INSTALLDIRS=vendor \
- --with-rsvg \
- --with-webp \
- --with-wmf \
- --with-xml \
- --without-autotrace \
- --without-djvu \
- --without-dps \
- --without-fftw \
- --without-fpx \
- --without-gcc-arch \
- --without-gvc
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
|