source: x/lib/qt/qt-exp.xml@ 25357c89

initial-import reorg
Last change on this file since 25357c89 was f45b1953, checked in by Mark Hymers <markh@…>, 22 years ago

Initial revision

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 943 bytes
Line 
1<sect2>
2<title>Command explanations</title>
3
4<para><userinput>-prefix /opt/qt-&qt-version;:</userinput> This command sets up
5the install destination.</para>
6
7<para><userinput>-qt-gif:</userinput> This command adds support for gif
8files to the libraries.</para>
9
10<para><userinput>-system-libpng -system-libmng -system-zlib
11-system-libjpeg:</userinput> This command forces the library to use the
12shared libraries that are on your system instead of recreating its own
13set of support libraries for these functions.</para>
14
15<para><userinput>-no-g++-exceptions:</userinput> This command disables
16the exceptions coding generated by the C++ compiler.</para>
17
18<para><userinput>-thread:</userinput> This command compiles the library
19to support multi-threading.</para>
20
21<para><userinput>ln -sf /opt/qt-&qt-version; /opt/qt:</userinput> This command
22standardizes the location of the qt libraries to the ld.so.conf entry
23described below.</para>
24
25</sect2>
26
Note: See TracBrowser for help on using the repository browser.