Changeset 79904cf for x/lib/qt4.xml


Ignore:
Timestamp:
02/07/2014 06:05:27 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
9db6c99
Parents:
8733e8e
Message:

Updates to git-1.8.5.4 and qt-5.2.1. Qt4 - Method 2: Installing in /opt/qt-4.8.5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt4.xml

    r8733e8e r79904cf  
    327327export QTDIR=/opt/qt-&qt4-version;
    328328
    329 ./configure -prefix $QTDIR       \
     329./configure -prefix     $QTDIR   \
    330330            -sysconfdir /etc/xdg \
    331331            -confirm-license     \
     
    350350    </para>
    351351
    352 <screen role="root"><userinput>make install              &amp;&amp;
    353 ln -svfn qt-&qt4-version; /opt/qt &amp;&amp;
     352<screen role="root"><userinput>make install &amp;&amp;
    354353
    355354install -v -Dm644 src/gui/dialogs/images/qtlogo-64.png \
     
    377376
    378377unset file</userinput></screen>
     378
     379    <para>
     380      Symlink the <application>Qt4</application> executables into
     381      <filename class="directory">/usr/bin</filename> by running the
     382      following commands as the
     383      <systemitem class="username">root</systemitem> user:
     384    </para>
     385
     386<screen role="root"><userinput>ln -svf $QTDIR /opt/qt &amp;&amp;
     387
     388for file in /opt/qt/bin/*; do
     389  ln -sfvn $file /usr/bin/$(basename $file)-qt4
     390done</userinput></screen>
    379391
    380392  </sect2>
Note: See TracChangeset for help on using the changeset viewer.