glfs/x/lib/qt/qt-inst.xml
Larry Lawrence b9ad2f9af7 proper, filename classes, Chap 27 & 28
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1272 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-02 15:28:50 +00:00

25 lines
818 B
XML

<sect2>
<title>Installation of <application>Qt</application></title>
<screen><userinput><command>./configure -prefix /opt/qt-&qt-version; -qt-gif -system-libpng \
&nbsp;&nbsp;&nbsp;-system-libmng -system-zlib -system-libjpeg -no-g++-exceptions \
&nbsp;&nbsp;&nbsp;-thread &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
ln -sfn /opt/qt-&qt-version; /opt/qt &amp;&amp;
ln -s /opt/qt/lib/libqt-mt.so /opt/qt/lib/libqt.so &amp;&amp;
cp -r doc/man /opt/qt/doc &amp;&amp;
cp -r examples /opt/qt/doc</command></userinput></screen>
<note><para>
The build time for <application>Qt</application> is quite long. If you want to save some time and don't want the tutorials and examples, change the first make line above to:
</para>
<para>
<userinput><command>make sub-tools</command></userinput>
</para>
</note>
</sect2>