Changeset 6ed1066


Ignore:
Timestamp:
12/02/2014 09:46:14 PM (9 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
systemd-13485
Children:
7d245c2
Parents:
17a61a18
Message:

Redo midori merge as it did not do it correctly.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xfce/apps/midori.xml

    r17a61a18 r6ed1066  
    7878      <xref linkend="cmake"/>,
    7979      <xref linkend="libnotify"/>,
    80       <xref linkend="webkitgtk2"/> (Compiled against either GTK+ 2 or GTK+ 3 - see "Command Explanations"), and
     80      <xref linkend="webkitgtk2"/> (see "Command Explanations"), and
    8181      <xref linkend="vala"/>
    8282    </para>
     
    9292      <xref linkend="gtk-doc"/> and
    9393      <xref linkend="libzeitgeist"/>
    94 <!--      <xref linkend="libunique"/> or
    95       <ulink url="&gnome-download-http;/libunique/">libunique (3.x)</ulink>-->
    9694    </para>
    9795
     
    137135
    138136    <para><parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
    139     used to force building with Qt4 even if Qt5 is found.</para>
    140 
    141     <para>
    142       <option>--enable-gtk3</option>: Use this switch if you want
    143       to build <application>Midori</application> using
    144       <application>WebKitGTK+</application> built against
    145       <application>GTK+ 3</application>.
    146       <command>configure</command> defaults to
    147       <application>GTK+ 2</application> version of
    148       <application>WebKitGTK+</application>.
    149     </para>
    150 
    151     <para>
    152       <option>--enable-apidocs</option>: Use this switch if
     137    used to apply a higher level of compiler optimizations.</para>
     138
     139    <para>
     140      <parameter>-DUSE_ZEITGEIST=OFF</parameter>: Remove this switch if
     141      <xref linkend="libzeitgeist"/> is installed.
     142    </para>
     143
     144    <para>
     145      <option>-DUSE_GTK3=1</option>: Use this switch if you want to build
     146      <application>Midori</application> with
     147      <application>WebKitGTK+</application> built against <application>GTK+
     148      3</application>, because by default it chooses
     149      <application>WebKitGTK+</application> built against <application>GTK+
     150      2</application>.
     151    </para>
     152
     153    <para>
     154      <option>-DUSE_APIDOCS=1</option>: Use this switch if
    153155      <application>GTK-Doc</application> is installed and you
    154156      wish to build and install the API documentation.
    155     </para>
    156 
    157     <para>
    158       <command>export NOCOLOR=1</command>: This prevents the build
    159       process outputting colored text. Colored text is fine if
    160       you're running the commands in a terminal, but if you compile
    161       it with a script and pipe the output to a log file the control
    162       characters that color the text can makehe log file difficult
    163       to read with a text editor.
    164157    </para>
    165158
Note: See TracChangeset for help on using the changeset viewer.