Changeset 99b9616


Ignore:
Timestamp:
08/12/2013 09:38:43 AM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
9a87f2b
Parents:
7d4a6df
Message:

fixes to qt5 xml formatting

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    r7d4a6df r99b9616  
    151151<screen><userinput>patch -Np1 -i ../qt-&qt5-version;-bison_fixes-1.patch &amp;&amp;
    152152
    153 ./configure -prefix         /usr                \
    154             -sysconfdir     /etc/xdg            \
    155             -bindir         /usr/lib/qt5/bin    \
    156             -headerdir      /usr/include/qt5    \
    157             -archdatadir    /usr/lib/qt5        \
    158             -datadir        /usr/share/qt5      \
    159             -docdir         /usr/share/doc/qt5  \
     153./configure -prefix /usr                \
     154            -sysconfdir /etc/xdg        \
     155            -bindir /usr/lib/qt5/bin    \
     156            -headerdir /usr/include/qt5 \
     157            -archdatadir /usr/lib/qt5   \
     158            -datadir /usr/share/qt5     \
     159            -docdir /usr/share/doc/qt5  \
    160160            -translationdir /usr/share/qt5/translations \
    161             -examplesdir    /usr/share/doc/qt5/examples \
     161            -examplesdir /usr/share/doc/qt5/examples    \
    162162            -confirm-license   \
    163163            -opensource        \
     
    225225    <title>Alternate Qt Installation Instructions</title>
    226226
    227     <para>This section provides an alternate way to install Qt by installing
    228     almost all of the files in the <filename class='directory'>/opt</filename>
    229     directory.  This allows management of all Qt related files in one unit.
    230     For instance, a new version of Qt5 can be installed without over-writing
    231     the existing installation and entire Qt5 instances can be easily removed.
    232     However, it has the disadvantage of needing some extra configuration.</para>
     227    <para>
     228      This section provides an alternate way to install Qt by installing
     229      almost all of the files in the <filename class="directory">/opt</filename>
     230      directory. This allows management of all Qt related files in one unit.
     231      For instance, a new version of Qt5 can be installed without over-writing
     232      the existing installation and entire Qt5 instances can be easily removed.
     233      However, it has the disadvantage of needing some extra configuration.
     234    </para>
    233235
    234236<screen><userinput>patch -Np1 -i ../qt-&qt5-version;-bison_fixes-1.patch &amp;&amp;
     
    284286    </para>
    285287
    286 <screen role="root"><userinput>ln -svf $QT5DIR /opt/qt5  &amp;&amp;
     288<screen role="root"><userinput>ln -svf $QT5DIR /opt/qt5 &amp;&amp;
    287289
    288290for file in /opt/qt5/bin/*; do
     
    290292done</userinput></screen>
    291293
    292     <para>At this point is is useful to add some configuration items as
    293     the <systemitem class="username">root</systemitem> user:</para>
     294    <para>
     295      At this point is is useful to add some configuration items as
     296      the <systemitem class="username">root</systemitem> user:
     297    </para>
    294298
    295299<screen role="root"><userinput>echo /opt/qt5 &gt;&gt; /etc/ld.so.conf &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.