Changeset 217e25a1 for x/lib


Ignore:
Timestamp:
01/02/2009 08:23:57 AM (15 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
be981a56
Parents:
f6610df
Message:

Updated qt4 to version 4.4.3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt4.xml

    rf6610df r217e25a1  
    77  <!ENTITY qt4-download-http "http://ftp.silug.org/mirrors/ftp.trolltech.com/qt/source/qt-x11-opensource-src-&qt4-version;.tar.gz">
    88  <!ENTITY qt4-download-ftp  "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-&qt4-version;.tar.gz">
    9   <!ENTITY qt4-md5sum        "9499101ec54eb7b0de195b3c5e3ffa93">
    10   <!ENTITY qt4-size          "42 MB">
    11   <!ENTITY qt4-buildsize     "1914 MB (full), 608 (essential)">
    12   <!ENTITY qt4-time          "26 SBU (full), 13.5 SBU (essential)">
     9  <!ENTITY qt4-md5sum        "376c003317c4417326ba2116370227d0">
     10  <!ENTITY qt4-size          "108 MB">
     11  <!ENTITY qt4-buildsize     "1044 MB (full), 943 (essential)">
     12  <!ENTITY qt4-time          "40 SBU (full), 29 SBU (essential)">
    1313]>
    1414
     
    113113
    114114    <note>
     115      <para>There is no conflict between the <application>Qt3</application>
     116      and <application>Qt4</application> applications and headers so both
     117      can be installed at the same time.  This may be necessary to build or
     118      run Qt3 applications like <application>KDE3</application> and
     119      <application>Qt4</application> applications like
     120      <application>Doxygen</application>'s <application>doxywizard</application>
     121      on the same system. 
     122      </para>
     123
     124      <para>To set up both <application>Qt3</application> and
     125      <application>Qt4</application> on the same system, choose the primary
     126      version for the <filename>/opt/qt</filename> symbolic link and add
     127      the explicit library directory of the other version to
     128      <filename>/etc/ld.so.conf</filename>.</para>
     129
     130      <para>On a system with both versions ot Qt, there is a name conflict with
     131      Qt applications such as <filename>qmake</filename>,
     132      <filename>assistant</filename>, and <filename>designer</filename>.  In
     133      such a case, make sure the PATH variable lists the proper
     134      <filename>/opt/qt&lt;version&gt;/bin</filename> directory before the
     135      other Qt bin directory.  </para>
     136    </note>
     137
     138    <note>
    115139      <para>If <application>Qt4</application> is being reinstalled and the
    116140      <filename class='directory'>/usr</filename>
Note: See TracChangeset for help on using the changeset viewer.