Re: gswin32 with fax support
Ken Sharp <[email protected]> Tue, 05 Jun 2018 19:30:01 +0100
| Newsgroups | gmane.comp.printing.ghostscript.devel |
|---|---|
| Message-ID | <[email protected]> |
At 10:07 05/06/2018 -0700, you wrote:
>Thanks for confirming what I suspected, Ken. I was just hoping maybe
>someone had done this build already. But figured it was a long shot. I
>built ghostscript once on another system years ago (VOS) and it took some
>doing, so not looking forward to trying this on windows.
Building recent versions of Ghostscript is easy, assuming you are using
Visual Studio. Open the visual Studio project, allow VS to upgrade it to
the version you are using.
There are projects for Ghosscript, GhostXPS and GhostPCL, as well as the
language switching build GhostPDL which is temporarily non-functional.
So select the project you want (Ghostscript), select Release or debug and
32 or 64 bits, and then choose build.
That should be it.
If you want to build with something other than Visual Studio then its going
to be more tricky.
Also, you want to build in the dfaxhigh device, and that is *not* built as
standard on Windows, nor is it built as one of the contributed devices, so
I'm unsure how to even get it included in the build at all. Its certainly
going to mean altering a makefile.
Ken