Changeset 7af92fe5 for general/genlib


Ignore:
Timestamp:
06/02/2013 07:23:30 PM (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:
ad24d3e1
Parents:
88647e80
Message:

Qt instructions update: Install in /usr by default, don't install executable files in /usr/bin by default - symlink them for now. They will conflict with Qt5 versions. Qtchooser package will handle which Qt version is in use when the time is right.

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

Location:
general/genlib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libdbusmenuqt.xml

    r88647e80 r7af92fe5  
    7070    <bridgehead renderas="sect4">Required</bridgehead>
    7171    <para role="required">
    72     <xref linkend="qt"/>
     72    <xref linkend="qt4"/>
    7373    </para>
    7474
     
    9292<screen><userinput>mkdir build &amp;&amp;
    9393cd build &amp;&amp;
    94 cmake -DCMAKE_INSTALL_PREFIX=&qt-dir; \
     94cmake -DCMAKE_INSTALL_PREFIX=&qt4-dir; \
    9595      -DWITH_DOC=OFF .. &amp;&amp;
    9696make</userinput></screen>
     
    126126        <seg>None</seg>
    127127        <seg>libdbusmenu-qt.so</seg>
    128         <seg>&qt-dir;/include/dbusmenu-qt</seg>
     128        <seg>&qt4-dir;/include/dbusmenu-qt</seg>
    129129      </seglistitem>
    130130    </segmentedlist>
  • general/genlib/qca.xml

    r88647e80 r7af92fe5  
    7272    <bridgehead renderas="sect4">Required</bridgehead>
    7373    <para role="required">
    74     <xref linkend="qt"/> and
     74    <xref linkend="qt4"/> and
    7575    <xref linkend="which"/>
    7676    </para>
     
    8888
    8989<screen><userinput>sed -i '217s@set@this->set@' src/botantools/botan/botan/secmem.h &amp;&amp;
    90 ./configure --prefix=&qt-dir; \
     90./configure --prefix=&qt4-dir; \
    9191            --certstore-path=/etc/ssl/ca-bundle.crt &amp;&amp;
    9292make</userinput></screen>
     
    124124        <seg>qcatool2 and qcatool2.debug</seg>
    125125        <seg>libqca.so and libqca.so.&qca-version;.debug</seg>
    126         <seg>&qt-dir;/include/QtCrypto and &qt-dir;/share/qca</seg>
     126        <seg>&qt4-dir;/include/QtCrypto and &qt4-dir;/share/qca</seg>
    127127      </seglistitem>
    128128    </segmentedlist>
  • general/genlib/qjson.xml

    r88647e80 r7af92fe5  
    7575    <bridgehead renderas="sect4">Required</bridgehead>
    7676    <para role="required">
    77       <xref linkend="qt"/> and
     77      <xref linkend="qt4"/> and
    7878      <xref linkend="cmake"/>
    7979    </para>   
     
    9494<screen><userinput>mkdir build &amp;&amp;
    9595cd build &amp;&amp;
    96 cmake -DCMAKE_INSTALL_PREFIX=&qt-dir; \
     96cmake -DCMAKE_INSTALL_PREFIX=&qt4-dir; \
    9797      -DCMAKE_BUILD_TYPE=Release \
    9898      .. &amp;&amp;
     
    126126        </seg>
    127127        <seg>
    128           &qt-dir;/include/json and &qt-dir;/lib/cmake/qjson
     128          &qt4-dir;/include/json and &qt4-dir;/lib/cmake/qjson
    129129        </seg>
    130130      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.