Changeset fdb8f2c9 for x/lib/qt.xml


Ignore:
Timestamp:
06/04/2004 03:02:45 AM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
714882c
Parents:
93d9010
Message:

More grammar and some minor changes to qt

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt.xml

    r93d9010 rfdb8f2c9  
    144144EOF</command></userinput></screen>
    145145
    146 <para>Also, <envar>QTDIR</envar> needs to be set when compiling packages that depend on Qt.
    147 Add the following so that it is available when compiling packages.</para>
     146<para>Also, the <envar>QTDIR</envar> environment variable needs to be set when
     147building packages that depend on Qt.  Add the following to the
     148<filename>.bash_profile</filename> initialization script for each user that
     149builds packages using the <application>Qt</application> libraries.
     150Alternatively, the variable can be set in the system wide
     151<filename>/etc/profile</filename> file.</para>
    148152
    149153<screen><userinput>export QTDIR=/opt/qt</userinput></screen>
     
    176180
    177181<para><parameter>-system-zlib -system-libpng</parameter>: This switch
    178 forces the linker to use the shared libraries that are on your system
    179 instead of recreating its own set of support libraries for these
     182forces the build instructions to use the shared libraries that are on your system
     183instead of creating a custom set of support libraries for these
    180184functions.</para>
    181185
     
    186190support for multi-threading.</para>
    187191
    188 <para><command>find -type f -name Makefile | xargs sed -i "s@-Wl,-rpath,/usr/lib@@g"</command>:
    189 This command removes hardcoded run-time paths, else
    190 <command>uic</command> tries to run with system installed Qt
    191 libraries.</para>
     192<para><command>find -type f -name Makefile | xargs sed -i
     193"s@-Wl,-rpath,/usr/lib@@g"</command>: This command removes hardcoded run-time
     194paths. Otherwise, <command>uic</command> always tries to run with Qt libraries
     195in <filename>/usr/lib</filename>.</para>
    192196
    193197<para><command>ln -s libqt-mt.so /usr/lib/libqt.so</command>: This
     
    210214<sect3><title>Configuration Information</title>
    211215
    212 &library-config;
     216<para>As with most libraries, there is no explicit configuration to do. After
     217updating <filename>/etc/ld.so.conf</filename> as explained above, run
     218<command>/sbin/ldconfig</command> so that <command>ldd</command> can find the
     219shared libraries.</para>
    213220
    214221</sect3>
Note: See TracChangeset for help on using the changeset viewer.