Changeset dcd8072 for x/lib/qt.xml


Ignore:
Timestamp:
06/04/2004 12:38:36 AM (20 years ago)
Author:
Larry Lawrence <larry@…>
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:
93d9010
Parents:
7df21b30
Message:

sourceforge and grammar

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt.xml

    r7df21b30 rdcd8072  
    9696has the advantage of keeping all the package files consolidated in a dedicated directory
    9797hierarchy.  By using this method, an update can be made without overwriting a previous
    98 installation and users can easily back up to a previous version by changing one symbolic
     98installation and users can easily revert back to a previous version by changing one symbolic
    9999link.</para>
    100100
     
    176176
    177177<para><parameter>-system-zlib -system-libpng</parameter>: This switch
    178 forces the library to use the shared libraries that are on your system
     178forces the linker to use the shared libraries that are on your system
    179179instead of recreating its own set of support libraries for these
    180180functions.</para>
     
    187187
    188188<para><command>find -type f -name Makefile | xargs sed -i "s@-Wl,-rpath,/usr/lib@@g"</command>:
    189 This command removes hardcoded run-time path, else
     189This command removes hardcoded run-time paths, else
    190190<command>uic</command> tries to run with system installed Qt
    191191libraries.</para>
     
    219219
    220220<para>The <application>Qt</application>/<application>X11</application>
    221 library contains <acronym>API</acronym>'s necessary to use
    222 programs based on Qt <acronym>GUI</acronym> toolkit.</para>
     221library contains <acronym>API</acronym>s necessary to use
     222programs based on the Qt <acronym>GUI</acronym> toolkit.</para>
    223223
    224224<para>The <application>Qt</application> package contains
Note: See TracChangeset for help on using the changeset viewer.