mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-09 03:37:18 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1223 af4574ff-66df-0310-9fd7-8a98e5e911e0
25 lines
818 B
XML
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 \
|
|
-system-libmng -system-zlib -system-libjpeg -no-g++-exceptions \
|
|
-thread &&
|
|
make &&
|
|
make install &&
|
|
ln -sfn /opt/qt-&qt-version; /opt/qt &&
|
|
ln -s /opt/qt/lib/libqt-mt.so /opt/qt/lib/libqt.so &&
|
|
cp -r doc/man /opt/qt/doc &&
|
|
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>
|
|
|