Ignore:
Timestamp:
02/11/2016 07:19:50 AM (9 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
58b6b9b2
Parents:
17fee97b
Message:

X Software section: Merge changes from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16944 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/transmission.xml

    r17fee97b r5e94b6c3  
    3737    </para>
    3838
    39     &lfs77_checked;
     39    &lfs78_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    127127
    128128    <para>
    129       To build the <application>Qt4</application> GUI, run the following commands:
    130     </para>
    131 
    132 <screen><userinput>sed -i '/^CONFIG/aQMAKE_CXXFLAGS += -std=c++11' qt/qtr.pro &amp;&amp;
    133 pushd qt    &amp;&amp;
    134   qmake-qt4 &amp;&amp;
    135   make      &amp;&amp;
    136 popd</userinput></screen>
    137 
    138     <para>
    139       To build the <application>Qt5</application> GUI, run the following commands:
    140     </para>
    141 
    142 <screen><userinput>pushd qt    &amp;&amp;
    143   qmake-qt5 &amp;&amp;
    144   make      &amp;&amp;
     129       The following commands are used if you have installed Qt and would like
     130       to compile the Qt GUI. If <application>Qt4</application> and
     131       <application>Qt5</application> are installed in
     132       <filename class="directory">/opt</filename>, use
     133       <command>source setqt4</command> or <command>source setqt5</command> to
     134       choose which one will be used to build the Qt GUI. For
     135       <application>Qt4</application>, first fix the code with:
     136    </para>
     137
     138<screen><userinput>sed -i '/^CONFIG/aQMAKE_CXXFLAGS += -std=c++11' qt/qtr.pro</userinput></screen>
     139
     140    <para>
     141      Now, compile the Qt GUI, with the following commands:
     142    </para>
     143
     144<screen><userinput>pushd qt        &amp;&amp;
     145  qmake qtr.pro &amp;&amp;
     146  make          &amp;&amp;
    145147popd</userinput></screen>
    146148
     
    162164<screen role="root"><userinput>make INSTALL_ROOT=/usr -C qt install &amp;&amp;
    163165
    164 install -v -m644 qt/transmission-qt.desktop /usr/share/applications/transmission-qt.desktop &amp;&amp;
    165 install -v -m644 qt/icons/transmission.png  /usr/share/pixmaps/transmission-qt.png</userinput></screen>
     166install -m644 qt/transmission-qt.desktop /usr/share/applications/transmission-qt.desktop &amp;&amp;
     167install -m644 qt/icons/transmission.png  /usr/share/pixmaps/transmission-qt.png</userinput></screen>
    166168
    167169  </sect2>
Note: See TracChangeset for help on using the changeset viewer.