glfs/x/lib/qt/qt-exp.xml
Larry Lawrence b9ad2f9af7 proper, filename classes, Chap 27 & 28
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1272 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-02 15:28:50 +00:00

40 lines
1.5 KiB
XML

<sect2>
<title>Command explanations</title>
<para><parameter>-prefix /opt/qt-&qt-version;</parameter>: This command sets up
the install destination.</para>
<para><option>-qt-gif</option>: This command adds support for gif
files to the libraries.</para>
<para><option>-system-libpng -system-libmng -system-zlib
-system-libjpeg</option>: 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><option>-no-g++-exceptions</option>: This command disables
the exceptions coding generated by the <application>C++</application> compiler.</para>
<para><option>-thread</option>: 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 <command>make
install</command>.</para>
<para><command>cp -r examples /opt/qt/doc</command>: This command
installs the examples directory which is missed by <command>make
install</command>.</para>
</sect2>