glfs/gnome/otherlibs/gnome-print/gnome-print-inst.xml
Larry Lawrence a679914564 Proper names, class=libraryfile for GNOME 1.4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1257 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-01 18:27:18 +00:00

24 lines
898 B
XML

<sect2>
<title>Installation of <application><acronym>GNOME</acronym> Print</application></title>
<para>The <command>configure</command> script does not correctly
interpret that <application>libxml</application>-&libxml-version; is
newer than <application>libxml</application>-1.8.8. This can be solved
by building <filename>xmlConf.sh</filename> with this command:</para>
<screen><userinput><command>cat &gt; /opt/gnome/lib/xmlConf.sh &lt;&lt; EOF</command>
XML_LIBDIR="-L/usr/lib"
XML_LIBS="-lxml"
XML_INCLUDEDIR="-I/usr/include/gnome-xml"
MODULE_VERSION=xml-&libxml-version;
<command>EOF</command></userinput></screen>
<para>Install <application><acronym>GNOME</acronym> Print</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/opt/gnome --with-zlib=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>