glfs/x/lib/qt/qt-exp.xml

38 lines
1.4 KiB
XML
Raw Normal View History

<sect2>
<title>Command explanations</title>
<para><command>-prefix /opt/qt-&qt-version;</command> : This command sets up
the install destination.</para>
<para><command>-qt-gif</command> : This command adds support for gif
files to the libraries.</para>
<para><command>-system-libpng -system-libmng -system-zlib
-system-libjpeg</command> : This command forces the library to use the
shared libraries that are on your system instead of recreating its own
set of support libraries for these functions.</para>
<para><command>-no-g++-exceptions</command> : This command disables
the exceptions coding generated by the <application>C++</application> compiler.</para>
<para><command>-thread</command> : This command compiles the library
to support multi-threading.</para>
<para><command>ln -sfn /opt/qt-&qt-version; /opt/qt</command> : This command
standardizes the location of the <application>qt</application> libraries
to the <filename>ld.so.conf</filename> entry
described below.</para>
<para><command>ln -s /opt/qt/lib/libqt-mt.so
/opt/qt/lib/libqt.so</command> : This command allows configure scripts
to find a working <application>QT</application> installation.</para>
<para><command>cp -r doc/man /opt/qt/doc</command> : This command
installs the man directory which is missed by make install.</para>
<para><command>cp -r examples /opt/qt/doc</command> : This command
installs the examples directory which is missed by make install.</para>
</sect2>