Ignore:
Timestamp:
05/29/2014 12:57:32 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.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:
c1c7195
Parents:
c94ef71
Message:

Python-3.4.1, cups-1.7.3, mpg123-1.20.0, libogg-1.3.2 and xkeyboard-config-2.12. Fix transmission-2.83 to build with Qt-4.8.6, thanks to e5g6s. Fix typo in users.xml, so the book renders.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/transmission.xml

    rc94ef71 r39372bab  
    9696    <para role="recommended">
    9797      <xref linkend="gtk3"/> and either
    98       <xref linkend="qt4"/> (currently, build with Qt4 is broken) or
     98      <xref linkend="qt4"/> or
    9999      <xref linkend="qt5"/>
    100100    </para>
     
    120120
    121121    <para>
    122       Install <application>Transmission</application> by running the following
    123       commands:
     122      Install <application>Transmission</application> by running the
     123      following commands:
    124124    </para>
    125125
     
    128128
    129129    <para>
    130       If you have installed Qt and would like to compile the
    131       Qt GUI, run the following commands:
     130       The following commands are used if you have installed Qt and would like
     131       to compile the Qt GUI. If <application>Qt4</application> and
     132       <application>Qt5</application> are installed in
     133       <filename class="directory">/opt</filename>, use
     134       <command>source setqt4</command> or <command>source setqt5</command> t
     135       o choose which one will be used to build the Qt GUI. For
     136       <application>Qt4</application>, first fix the code with:
     137    </para>
     138
     139<screen><userinput>sed -i '/^CONFIG/aQMAKE_CXXFLAGS += -std=c++11' qt/qtr.pro</userinput></screen>
     140
     141    <para>
     142      Now, compile the Qt GUI, with the following commands:
    132143    </para>
    133144
Note: See TracChangeset for help on using the changeset viewer.