glfs/x/lib/qt/qt-config.xml
Larry Lawrence ab8a3cb5f3 update gtk+ intro, acronym tags, s/GNOME/[Gg]nome
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@967 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-08-04 01:15:41 +00:00

36 lines
1.0 KiB
XML

<sect2>
<title>Configuring <application>qt</application></title>
<sect3><title>Configuration Information</title>
<para>As with most libraries, there is no configuration to do, save that
the library directory <filename>/opt/qt/lib</filename> should appear
in <filename>/etc/ld.so.conf</filename> so that ldd can find the
shared libraries. The following command will add it if it is missing:</para>
<para><screen><userinput><command>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"</command>
# Begin qt addition to /etc/ld.so.conf
/opt/qt/lib
# End qt addition
<command>EOF
ldconfig</command></userinput></screen></para>
<para>You need to add the path for the <application>qt</application> man pages to the
<filename>man.conf</filename>
file. This can be done with the following command:</para>
<para><screen><userinput><command>cat &gt;&gt; /etc/man.conf &lt;&lt; "EOF"</command>
# Begin qt addition to man.conf
MANPATH /opt/qt/doc/man
# End qt addition to man.conf
<command>EOF</command></userinput></screen></para>
</sect3>
</sect2>