2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
2002-08-21 11:14:06 +08:00
|
|
|
<para><userinput>-prefix /opt/qt-&qt-version; :</userinput> This command sets up
|
2002-07-08 04:28:42 +08:00
|
|
|
the install destination.</para>
|
|
|
|
|
2002-08-21 11:14:06 +08:00
|
|
|
<para><userinput>-qt-gif :</userinput> This command adds support for gif
|
2002-07-08 04:28:42 +08:00
|
|
|
files to the libraries.</para>
|
|
|
|
|
|
|
|
<para><userinput>-system-libpng -system-libmng -system-zlib
|
2002-08-21 11:14:06 +08:00
|
|
|
-system-libjpeg :</userinput> This command forces the library to use the
|
2002-07-08 04:28:42 +08:00
|
|
|
shared libraries that are on your system instead of recreating its own
|
|
|
|
set of support libraries for these functions.</para>
|
|
|
|
|
2002-08-21 11:14:06 +08:00
|
|
|
<para><userinput>-no-g++-exceptions :</userinput> This command disables
|
2002-07-08 04:28:42 +08:00
|
|
|
the exceptions coding generated by the C++ compiler.</para>
|
|
|
|
|
2002-08-21 11:14:06 +08:00
|
|
|
<para><userinput>-thread :</userinput> This command compiles the library
|
2002-07-08 04:28:42 +08:00
|
|
|
to support multi-threading.</para>
|
|
|
|
|
2002-08-21 11:14:06 +08:00
|
|
|
<para><userinput>ln -sf /opt/qt-&qt-version; /opt/qt :</userinput> This command
|
2002-07-08 04:28:42 +08:00
|
|
|
standardizes the location of the qt libraries to the ld.so.conf entry
|
|
|
|
described below.</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|