diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 546669f6ef..2d2d04854a 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,11 @@ September 17th, 2005 + + [randy] - Added an alternate installation location for the + shared library interface headers to the AFPL Ghostscript and ESP + Ghostscript instructions. + [randy] - Updated to ImageMagick-6.2.4-5. diff --git a/pst/printing/espgs.xml b/pst/printing/espgs.xml index 89e69c1dbf..bf62fd0509 100644 --- a/pst/printing/espgs.xml +++ b/pst/printing/espgs.xml @@ -140,7 +140,8 @@ make make soinstall && install -v -d -m755 /usr/include/ps && -install -v -m644 src/*.h /usr/include/ps +install -v -m644 src/*.h /usr/include/ps && +ln -v -s ps /usr/include/ghostscript To finish the installation, unpack all fonts you've downloaded to /usr/share/ghostscript and ensure @@ -170,8 +171,12 @@ chown -v -R root:root /usr/share/ghostscript/fonts install ...: Some packages (ImageMagick is one) need the - Ghostscript headers in place to link to the - shared library. These commands install the headers. + Ghostscript interface headers in place to link + to the shared library. These commands install the headers. + + ln -v -s ps /usr/include/ghostscript: Some + packages expect to find the interface headers in an alternate + location. diff --git a/pst/printing/gs.xml b/pst/printing/gs.xml index fa073316ba..985fe6e109 100644 --- a/pst/printing/gs.xml +++ b/pst/printing/gs.xml @@ -134,11 +134,13 @@ make make soinstall && install -v -d -m755 /usr/include/ps && -install -v -m644 src/*.h /usr/include/ps +install -v -m644 src/*.h /usr/include/ps && +ln -v -s ps /usr/include/ghostscript The shared library depends on . It is - only used in external programs like . + only used in external programs like and + . To finish the installation, unpack all fonts you've downloaded to @@ -152,6 +154,20 @@ chown -v -R root:root /usr/share/ghostscript/fonts + + Command Explanations + + install ...: Some packages + (ImageMagick is one) need the + Ghostscript interface headers in place to link + to the shared library. These commands install the headers. + + ln -v -s ps /usr/include/ghostscript: Some + packages expect to find the interface headers in an alternate + location. + + + Contents