2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
2002-11-15 11:27:27 +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-11-15 11:27:27 +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-11-15 11:27:27 +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-11-15 11:27:27 +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-11-15 11:27:27 +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-11-15 11:27:27 +08:00
|
|
|
<para><userinput>if test -L /opt/qt; then rm /opt/qt; fi</userinput> :
|
|
|
|
This command eliminates the link if it already exists so our next
|
|
|
|
command runs properly.</para>
|
|
|
|
|
|
|
|
<para><userinput>ln -s /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>
|
|
|
|
|
2002-11-15 11:27:27 +08:00
|
|
|
<para><userinput>cp -r doc/man /opt/qt/doc</userinput> : This command
|
2002-10-25 08:00:54 +08:00
|
|
|
installs the man directory which is missed by make install.</para>
|
|
|
|
|
2002-11-15 11:27:27 +08:00
|
|
|
<para><userinput>cp -r examples /opt/qt/doc</userinput> : This command
|
2002-10-25 08:00:54 +08:00
|
|
|
installs the examples directory which is missed by make install.</para>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
</sect2>
|
|
|
|
|