Ignore:
Timestamp:
2013-09-12T14:31:46+12:00 (11 years ago)
Author:
sjm84
Message:

Imagemagick now also compiles up ghostscript to generate the ghostscript binary in linux/bin. Ghostscript is not included in lsb.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/imagemagick/trunk/src/packages/CASCADE-MAKE.sh

    r27720 r28270  
    55# Need to compile up JPEG before TIFF, since TIFF is dependent on libjpeg.so
    66# (else it will find a system libjpeg.so, which will be libjpeg.so.62 and not the included libjpeg.so.8)
    7 for d in LIBZ LIBBZ2 JPEG TIFF LIBPNG JPEG2000 IMAGEMAGICK ; do
     7
     8for d in LIBZ LIBBZ2 JPEG TIFF GS LIBPNG JPEG2000 IMAGEMAGICK ; do
    89    echo "    Running CASCADE-MAKE/$d.sh"
    910
Note: See TracChangeset for help on using the changeset viewer.