This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ANNOUNCEMENT] Updated: ghostscript-6.51-4



--ol0V2Ee2cj
Content-Type: text/plain; charset=us-ascii
Content-Description: message body text
Content-Transfer-Encoding: 7bit

The Ghostscript package has been updated to include support for the
libpng and zlib shared libraries, as suggested by Chuck Wilson.  In
addition, the package also now has a new setup.hint file included.

This release of Ghostscript is an "X-less" version, i.e. doesn't
require the cygwin-xfree libraries to run.  This version does not
support direct preview.  In order to preview Postscript output, it's
necessary to rasterize the output to a graphics format (for example,
PDF or JPEG) and viewed with a suitable viewer.

For build instructions, please read:

    /usr/doc/Cygwin/ghostscript-6.51.README

The instructions have also been included at the end of this message.

I want to thank Chuck Wilson for uploading the package.


--ol0V2Ee2cj
Content-Type: text/plain
Content-Description: GS build instructions
Content-Disposition: inline;
	filename="ghostscript-6.51.README"
Content-Transfer-Encoding: 7bit

Release Notes -- GNU Ghostscript for Cygwin
Version 6.51, Release 4 (6.51-4)
(26 February, 2002)

This Cygwin version of GNU Ghostscript has been built without
support for X.  This release now supports the libpng and zlib
shared libraries (i.e. these libraries are no longer statically
linked in.)

REQUIREMENTS:
------------

Due to very specific requirements Ghostscript has relating to
Postscript's JPEG support, the JPEG shared library cannot be
used, and must be statically linked instead.  The source for
the JPEG library is included in the source package, ready to
build with Ghostscript.

BUILDING:
--------

At a minimum, you must have all the tools needed to build Cygwin
programs, i.e. make, gcc, and binutils.  In addition, the zlib
and libpng shared libraries must be included in your Cygwin
installation.  Finally, you also need to fetch the source
archive, ghostscript-6.51-4-src.tar.gz, from a Cygwin mirror
site.

Once you have everything required for building, follow these
steps:

1. Unpack ghostscript-6.51-4-src.tar.gz (the source is
pre-patched to build on Cygwin):

    $ tar xzf ghostscript-6.51-4-src.tar.gz

2. Build from the top-level source directory:

    $ cd ghostscript-6.51 ; make -f src/unix-gcc.mak

3. Install the entire package:

    $ make -f src/unix-gcc.mak install

4. Grab the following font compressed tar files:

    ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/fonts:

      gnu-gs-fonts-std-6.0.tar.gz  (required)
      gnu-gs-fonts-other-6.0.tar.gz  (optional, recommended)

   Unpack them into /usr/share/ghostscript/fonts (font directory
   contained within tar file):

    $ tar xzCf /usr/share/ghostscript gnu-gs-fonts-*-6.0.tar.gz

5. Once you install it, you can test it:

    $ gs -sDEVICE=jpeg -dBATCH -sOutputFile=tiger.jpg \
        /usr/share/ghostscript/6.51/examples/tiger.ps

The Cygwin patches are in CYGWIN-PATCHES, along with this file.

Have fun!

--
Dario Alcocer -- Sr. Software Developer, Helix Digital Inc.
alcocer@helixdigital.com -- http://www.helixdigital.com

--ol0V2Ee2cj
Content-Type: text/plain; charset=us-ascii
Content-Description: .signature
Content-Transfer-Encoding: 7bit


-- 
Dario Alcocer -- Sr. Software Developer, Helix Digital Inc.
alcocer@helixdigital.com -- http://www.helixdigital.com

--ol0V2Ee2cj--


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]