2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of qt</title>
|
|
|
|
|
|
|
|
<para><screen><userinput>export QTDIR=$PWD &&
|
|
|
|
./configure -prefix /opt/qt-&qt-version; -qt-gif -system-libpng \
|
2002-09-22 05:43:45 +08:00
|
|
|
-system-libmng -system-zlib -system-libjpeg -no-g++-exceptions \
|
|
|
|
-thread &&
|
2002-07-08 04:28:42 +08:00
|
|
|
make &&
|
|
|
|
make install &&
|
|
|
|
ln -sf /opt/qt-&qt-version; /opt/qt &&
|
2002-10-25 08:00:54 +08:00
|
|
|
cp -r doc/man /opt/qt/doc &&
|
|
|
|
cp -r examples /opt/qt/doc</userinput></screen></para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
<note><para>
|
2002-10-25 08:00:54 +08:00
|
|
|
The build time for qt 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:
|
2002-07-08 04:28:42 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
2002-10-25 08:00:54 +08:00
|
|
|
<userinput>make sub-tools</userinput>
|
2002-07-08 04:28:42 +08:00
|
|
|
</para>
|
|
|
|
</note>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|