Ignore:
Timestamp:
10/29/2014 08:36:30 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
1937ed6a
Parents:
dae6eff
Message:

Finalize X Software section.

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • xsoft/other/transmission-systemd.xml

    rdae6eff r1754613  
    128128
    129129    <para>
    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> to
    135        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:
    143     </para>
    144 
    145 <screen><userinput>pushd qt        &amp;&amp;
    146   qmake qtr.pro &amp;&amp;
    147   make          &amp;&amp;
     130      To build the <application>Qt4</application> GUI, run the following commands:
     131    </para>
     132
     133<screen><userinput>sed -i '/^CONFIG/aQMAKE_CXXFLAGS += -std=c++11' qt/qtr.pro &amp;&amp;
     134pushd qt    &amp;&amp;
     135  qmake-qt4 &amp;&amp;
     136  make      &amp;&amp;
     137popd</userinput></screen>
     138
     139    <para>
     140      To build the <application>Qt5</application> GUI, run the following commands:
     141    </para>
     142
     143<screen><userinput>pushd qt    &amp;&amp;
     144  qmake-qt5 &amp;&amp;
     145  make      &amp;&amp;
    148146popd</userinput></screen>
    149147
Note: See TracChangeset for help on using the changeset viewer.