source: xfce/apps/midori.xml@ e8a3404

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gimp3 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 trunk upgradedb xry111/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e8a3404 was 23b3dda5, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

More tags. Finish xfce.

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

  • Property mode set to 100644
File size: 6.0 KB
RevLine 
[79cd5b6]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY midori-download-http
[a096a6af]8 "http://www.midori-browser.org/downloads/midori_&midori-version;_all_.tar.bz2">
[79cd5b6]9 <!ENTITY midori-download-ftp " ">
[2884969f]10 <!ENTITY midori-md5sum "b89e25e74199d705e74767499a415976">
11 <!ENTITY midori-size "1.3 MB">
12 <!ENTITY midori-buildsize "63 MB (additional 1 MB for the tests)">
[a407a1c]13 <!ENTITY midori-time "0.5 SBU (additional less than 0.1 SBU
[087af8c0]14 for the tests)">
[79cd5b6]15]>
16
[c53e7e3]17<sect1 id="midori" xreflabel="Midori-&midori-version;">
[79cd5b6]18 <?dbhtml filename="midori.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
[c53e7e3]25 <title>Midori-&midori-version;</title>
[79cd5b6]26
27 <indexterm zone="midori">
[c53e7e3]28 <primary sortas="a-Midori">Midori</primary>
[79cd5b6]29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Midori</title>
33
34 <para>
35 <application>Midori</application> is a lightweight web browser that uses
[c53e7e3]36 <application>WebKitGTK+</application>.
[79cd5b6]37 </para>
38
[23b3dda5]39 &lfs76_checked;
[79cd5b6]40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&midori-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&midori-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &midori-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &midori-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &midori-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &midori-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Midori Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
[5735e4b]79 <xref linkend="cmake"/>,
[3e95921]80 <xref linkend="libnotify"/>,
[c39babd]81 <xref linkend="webkitgtk2"/> (see "Command Explanations"), and
[c53e7e3]82 <xref linkend="vala"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
[2727ac4]87 <xref linkend="librsvg"/>
[79cd5b6]88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
[087af8c0]92 <xref linkend="gtk-doc"/> and
93 <xref linkend="libzeitgeist"/>
94<!-- <xref linkend="libunique"/> or
95 <ulink url="&gnome-download-http;/libunique/">libunique (3.x)</ulink>-->
[79cd5b6]96 </para>
97
98 <para condition="html" role="usernotes">
99 User Notes: <ulink url="&blfs-wiki;/midori"/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of Midori</title>
105
[2884969f]106 <para>
107 The tarball is not compressed from a directory, thus it is better to
108 create a directory to uncompress it:
109 </para>
110
[df82bab]111<screen><userinput>mkdir -v midori-&midori-version; &amp;&amp;
[2884969f]112tar xf midori_&midori-version;_all_.tar.bz2 -C midori-&midori-version; &amp;&amp;
113cd midori-&midori-version;</userinput></screen>
114
[79cd5b6]115 <para>
116 Install <application>Midori</application> by running the following
117 commands:
118 </para>
119
[5735e4b]120<screen><userinput>./configure --prefix=/usr &amp;&amp;
[79cd5b6]121make</userinput></screen>
122
123 <para>
[087af8c0]124 To test the results, issue: <command>make check</command> from an X
125 terminal emulator.
[79cd5b6]126 </para>
127
128 <para>
129 Now, as the <systemitem class="username">root</systemitem> user:
130 </para>
131
132<screen role="root"><userinput>make install</userinput></screen>
133 </sect2>
134
135 <sect2 role="commands">
136 <title>Command Explanations</title>
137
138 <para>
[5e11bc38]139 <option>--enable-gtk3</option>: Use this switch if you want to build
140 <application>Midori</application> with
141 <application>WebKitGTK+</application> built against <application>GTK+
142 3</application>, because by default it chooses
143 <application>WebKitGTK+</application> built against <application>GTK+
144 2</application>.
[c53e7e3]145 </para>
146
147 <para>
148 <option>--enable-apidocs</option>: Use this switch if
149 <application>GTK-Doc</application> is installed and you
150 wish to build and install the API documentation.
151 </para>
152
153 <para>
154 <command>export NOCOLOR=1</command>: This prevents the build
155 process outputting colored text. Colored text is fine if
156 you're running the commands in a terminal, but if you compile
157 it with a script and pipe the output to a log file the control
158 characters that color the text can makehe log file difficult
159 to read with a text editor.
[79cd5b6]160 </para>
[c53e7e3]161
[79cd5b6]162 </sect2>
163
164 <sect2 role="content">
165 <title>Contents</title>
166
167 <segmentedlist>
168 <segtitle>Installed Program</segtitle>
[c3c56b2]169 <segtitle>Installed Libraries</segtitle>
[79cd5b6]170 <segtitle>Installed Directories</segtitle>
171
172 <seglistitem>
[c53e7e3]173 <seg>
174 midori
175 </seg>
176 <seg>
[5735e4b]177 libmidori-core.so and several libraries under /usr/lib/midori
[c53e7e3]178 </seg>
[79cd5b6]179 <seg>
180 /etc/xdg/midori,
181 /usr/lib/midori,
[5735e4b]182 /usr/share/doc/midori and
[c53e7e3]183 /usr/share/midori
[79cd5b6]184 </seg>
185 </seglistitem>
186 </segmentedlist>
187
188 <variablelist>
189 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
190 <?dbfo list-presentation="list"?>
191 <?dbhtml list-presentation="table"?>
192
193 <varlistentry id="midori-prog">
194 <term><command>midori</command></term>
195 <listitem>
196 <para>
[c53e7e3]197 is a lightweight <application>WebKitGTK+</application> browser.
[79cd5b6]198 </para>
199 <indexterm zone="midori midori-prog">
200 <primary sortas="b-midori">midori</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
[c53e7e3]204
[79cd5b6]205 </variablelist>
[c53e7e3]206
[79cd5b6]207 </sect2>
[c53e7e3]208
[79cd5b6]209</sect1>
Note: See TracBrowser for help on using the repository browser.