derle.sh 724 B

12345678910111213141516171819202122232425262728293031
  1. ./configure \
  2. --prefix=/usr \
  3. --sysconfdir=/etc \
  4. --with-dejavu-font-dir=/usr/share/fonts/TTF \
  5. --with-gs-font-dir=/usr/share/fonts/gsfonts \
  6. PSDelegate=/usr/bin/gs \
  7. XPSDelegate=/usr/bin/gxps \
  8. PCLDelegate=/usr/bin/gpcl6 \
  9. --enable-hdri \
  10. --with-gslib \
  11. --with-lqr \
  12. --with-modules \
  13. --with-openexr \
  14. --with-openjp2 \
  15. --with-perl \
  16. --with-perl-options=INSTALLDIRS=vendor \
  17. --with-rsvg \
  18. --with-webp \
  19. --with-wmf \
  20. --with-xml \
  21. --without-autotrace \
  22. --without-djvu \
  23. --without-dps \
  24. --without-fftw \
  25. --without-fpx \
  26. --without-gcc-arch \
  27. --without-gvc
  28. sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
  29. make