source: xfce/apps/midori.xml@ a407a1c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 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
Last change on this file since a407a1c was a407a1c, checked in by Igor Živković <igor@…>, 10 years ago

misspellings

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

  • Property mode set to 100644
File size: 5.5 KB
Line 
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
8 "http://www.midori-browser.org/downloads/midori_&midori-version;_all_.tar.bz2">
9 <!ENTITY midori-download-ftp " ">
10 <!ENTITY midori-md5sum "93ceaa9b3b4a65f2a2738293440a8bf5">
11 <!ENTITY midori-size "1.2 MB">
12 <!ENTITY midori-buildsize "55 MB (additional 2 MB for the tests)">
13 <!ENTITY midori-time "0.5 SBU (additional less than 0.1 SBU
14 for the tests)">
15]>
16
17<sect1 id="midori" xreflabel="Midori-&midori-version;">
18 <?dbhtml filename="midori.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Midori-&midori-version;</title>
26
27 <indexterm zone="midori">
28 <primary sortas="a-Midori">Midori</primary>
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
36 <application>WebKitGTK+</application>.
37 </para>
38
39 &lfs74_checked;
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">
79 <xref linkend="cmake"/>,
80 <xref linkend="webkitgtk"/> or
81 <xref linkend="webkitgtk2"/>, and
82 <xref linkend="vala"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="libnotify"/> and
88 <xref linkend="librsvg"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="gtk-doc"/> and
94 <xref linkend="libzeitgeist"/>
95<!-- <xref linkend="libunique"/> or
96 <ulink url="&gnome-download-http;/libunique/">libunique (3.x)</ulink>-->
97 </para>
98
99 <para condition="html" role="usernotes">
100 User Notes: <ulink url="&blfs-wiki;/midori"/>
101 </para>
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of Midori</title>
106
107 <para>
108 Install <application>Midori</application> by running the following
109 commands:
110 </para>
111
112<screen><userinput>./configure --prefix=/usr &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 To test the results, issue: <command>make check</command> from an X
117 terminal emulator.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <para>
131 <option>--enable-gtk3</option>: Use this switch if you want
132 to build <application>Midori</application> with
133 <application>GTK+ 3</application> dependencies.
134 </para>
135
136 <para>
137 <option>--enable-apidocs</option>: Use this switch if
138 <application>GTK-Doc</application> is installed and you
139 wish to build and install the API documentation.
140 </para>
141
142 <para>
143 <command>export NOCOLOR=1</command>: This prevents the build
144 process outputting colored text. Colored text is fine if
145 you're running the commands in a terminal, but if you compile
146 it with a script and pipe the output to a log file the control
147 characters that color the text can makehe log file difficult
148 to read with a text editor.
149 </para>
150
151 </sect2>
152
153 <sect2 role="content">
154 <title>Contents</title>
155
156 <segmentedlist>
157 <segtitle>Installed Program</segtitle>
158 <segtitle>Installed Libraries</segtitle>
159 <segtitle>Installed Directories</segtitle>
160
161 <seglistitem>
162 <seg>
163 midori
164 </seg>
165 <seg>
166 libmidori-core.so and several libraries under /usr/lib/midori
167 </seg>
168 <seg>
169 /etc/xdg/midori,
170 /usr/lib/midori,
171 /usr/share/doc/midori and
172 /usr/share/midori
173 </seg>
174 </seglistitem>
175 </segmentedlist>
176
177 <variablelist>
178 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
179 <?dbfo list-presentation="list"?>
180 <?dbhtml list-presentation="table"?>
181
182 <varlistentry id="midori-prog">
183 <term><command>midori</command></term>
184 <listitem>
185 <para>
186 is a lightweight <application>WebKitGTK+</application> browser.
187 </para>
188 <indexterm zone="midori midori-prog">
189 <primary sortas="b-midori">midori</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 </variablelist>
195
196 </sect2>
197
198</sect1>
Note: See TracBrowser for help on using the repository browser.