Ignore:
Timestamp:
11/14/2004 03:59:48 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2077998d
Parents:
f6f2121
Message:

Updated to ImageMagick-6.1.3-7; added commands to the ESPGS instructions to install interface headers so that packages can link to libgs.so; corrected SANE instructions to properly identify the saned daemon start method

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2931 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/espgs.xml

    rf6f2121 r78d82bd7  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY espgs-download-http "http://prdownloads.sourceforge.net/espgs/espgs-&espgs-version;-source.tar.bz2">
    77  <!ENTITY espgs-download-ftp  "ftp://ftp.gtlib.cc.gatech.edu/pub/slackware/slackware-current/source/ap/espgs/espgs-&espgs-version;-source.tar.bz2">
     
    7878
    7979<screen><userinput><command>make CFLAGS_SO='-fPIC $(ACDEFS)' so &amp;&amp;
    80 make soinstall</command></userinput></screen>
     80make soinstall &amp;&amp;
     81install -d -m755 /usr/include/ps &amp;&amp;
     82install -m644 src/*.h /usr/include/ps</command></userinput></screen>
    8183
    8284<note><para>The shared library is only used in external programs like
     
    105107<para><option>--without-ijs</option>: This switch disables the
    106108<acronym>IJS</acronym> driver support.</para>
     109
     110<para><command>install ...</command>: Some packages
     111(<application>ImageMagick</application> is one) need the
     112<application>Ghostscript</application> headers in place to link to the
     113shared library. These commands install the headers.</para>
    107114
    108115</sect2>
Note: See TracChangeset for help on using the changeset viewer.