mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
a679914564
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1257 af4574ff-66df-0310-9fd7-8a98e5e911e0
24 lines
898 B
XML
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 > /opt/gnome/lib/xmlConf.sh << 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 &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|