mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 13:02:35 +08:00
3c52f85913
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@252 af4574ff-66df-0310-9fd7-8a98e5e911e0
32 lines
1.1 KiB
XML
32 lines
1.1 KiB
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><userinput>-prefix /opt/qt-&qt-version; :</userinput> This command sets up
|
|
the install destination.</para>
|
|
|
|
<para><userinput>-qt-gif :</userinput> This command adds support for gif
|
|
files to the libraries.</para>
|
|
|
|
<para><userinput>-system-libpng -system-libmng -system-zlib
|
|
-system-libjpeg :</userinput> 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><userinput>-no-g++-exceptions :</userinput> This command disables
|
|
the exceptions coding generated by the C++ compiler.</para>
|
|
|
|
<para><userinput>-thread :</userinput> This command compiles the library
|
|
to support multi-threading.</para>
|
|
|
|
<para><userinput>sed 's/[^-]strip/# strip/' src/Makefile.bak > src/Makefile :</userinput> This command comments out the strip commands
|
|
in the <filename>src/Makefile</filename> which try to strip
|
|
directories.</para>
|
|
|
|
|
|
<para><userinput>ln -sf /opt/qt-&qt-version; /opt/qt :</userinput> This command
|
|
standardizes the location of the qt libraries to the ld.so.conf entry
|
|
described below.</para>
|
|
|
|
</sect2>
|
|
|