glfs/x/lib/qt/qt-exp.xml
Larry Lawrence ab8a3cb5f3 update gtk+ intro, acronym tags, s/GNOME/[Gg]nome
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@967 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-08-04 01:15:41 +00:00

38 lines
1.4 KiB
XML

<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>