glfs/x/lib/qt/qt-exp.xml
Larry Lawrence 6f74ff19fd update qt intro
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@966 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-08-03 22:29:45 +00:00

37 lines
1.3 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 C++ 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 qt libraries to the ld.so.conf 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 QT 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>