source: x/lib/xulrunner.xml@ 5f5dcc2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 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 5f5dcc2 was 5f5dcc2, checked in by Andrew Benton <andy@…>, 12 years ago

Thunderbird 12.0

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

  • Property mode set to 100644
File size: 11.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 xulrunner-download-http
8 "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
9 <!ENTITY xulrunner-download-ftp
10 "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
11 <!-- md5sum and size should match firefox, but the buildsize and time will differ -->
12 <!ENTITY xulrunner-md5sum "80c3e5927274de7f181fb5f931ac5fd4">
13 <!ENTITY xulrunner-size "75 MB">
14 <!ENTITY xulrunner-buildsize "3.4 GB (538 MB installed)">
15 <!ENTITY xulrunner-time "22 SBU">
16]>
17
18<sect1 id="xulrunner" xreflabel="Xulrunner-&xulrunner-version;">
19 <?dbhtml filename="xulrunner.html" ?>
20
21 <sect1info>
22 <othername>$LastChangedBy$</othername>
23 <date>$Date$</date>
24 </sect1info>
25
26 <title>Xulrunner-&xulrunner-version;</title>
27
28 <indexterm zone="xulrunner">
29 <primary sortas="a-Xulrunner">Xulrunner</primary>
30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to Xulrunner</title>
34
35 <para>
36 <application>Xulrunner</application> is a runtime environment for XUL
37 applications, and forms the major part of the
38 <application>Mozilla</application> codebase. In particular, it provides
39 the Gecko engine together with pkgconfig files so that other applications
40 can find and use it.
41 </para>
42
43 &lfs71_checked;
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>
49 Download (HTTP): <ulink url="&xulrunner-download-http;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download (FTP): <ulink url="&xulrunner-download-ftp;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download MD5 sum: &xulrunner-md5sum;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download size: &xulrunner-size;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated disk space required: &xulrunner-buildsize;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated build time: &xulrunner-time;
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">Xulrunner Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required">
83 <xref linkend="alsa-lib"/>,
84 <xref linkend="gtk2"/>,
85 <xref linkend="zip"/> and
86 <xref linkend="unzip"/>.
87 </para>
88
89 <para>
90 Note: <application>libjpeg</application> and
91 <application>libpng</application> (patched for apng support) should have
92 been installed before <application>gdk-pixbuf</application> and should
93 exist on your system. If for some strange reason you haven't installed
94 them, you should remove the <option>--with-system-jpeg</option> and
95 <option>--with-system-png</option> options from the
96 <filename>mozconfig</filename> file created below.
97 </para>
98
99 <bridgehead renderas="sect4">Recommended</bridgehead>
100 <para role="recommended">
101 <xref linkend="yasm"/> or <xref linkend="libvpx"/>
102 (to allow <application>Xulrunner</application> to play webm videos).
103 </para>
104
105 <bridgehead renderas="sect4">Optional</bridgehead>
106 <para role="optional">
107 <xref linkend="dbus-glib"/>,
108 <xref linkend="startup-notification"/>,
109 <xref linkend="sqlite"/>,
110 <ulink url="http://sourceforge.net/projects/hunspell/">Hunspell</ulink>,
111 <ulink url="http://libevent.org/">Libevent</ulink>,
112 <xref linkend="doxygen"/>,
113 <xref linkend="gnome-vfs"/> and <xref linkend="libgnomeui"/> (for
114 integration with the old version of <application>Gnome</application>),
115 <xref linkend="libnotify"/>,
116 <xref linkend="nspr"/>,
117 <xref linkend="nss"/>,
118 <xref linkend="wireless_tools"/>,
119 <ulink url="http://www.valgrind.org/">Valgrind</ulink> (only for testing
120 the jemalloc code) and
121 <xref linkend="wget"/>
122 </para>
123
124 <para condition="html" role="usernotes">
125 User Notes: <ulink url="&blfs-wiki;/xulrunner"/>
126 </para>
127 </sect2>
128
129 <sect2 role="installation">
130 <title>Installation of Xulrunner</title>
131
132 <para>
133 The configuration of <application>Xulrunner</application> is accomplished
134 by creating a <filename>mozconfig</filename> file containing the desired
135 configuration options. A default <filename>mozconfig</filename> is created
136 below. To see the entire list of available configuration options (and an
137 abbreviated description of each one), issue <command>./configure
138 --help</command>. You should review the entire file and comment or
139 uncomment options as necessary.
140 </para>
141
142<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
143# If you have a multicore machine you can speed up the build by running
144# several jobs at once, but if you have a single core, delete this line:
145mk_add_options MOZ_MAKE_FLAGS="-j4"
146
147# If you have installed Yasm delete this option:
148ac_add_options --disable-webm
149
150# If you have installed DBus-Glib delete this option:
151ac_add_options --disable-dbus
152
153# If you have installed wireless-tools delete this option:
154ac_add_options --disable-necko-wifi
155
156# If you have installed libnotify delete this option:
157ac_add_options --disable-libnotify
158
159# Uncomment these if you have installed them:
160# ac_add_options --enable-startup-notification
161# ac_add_options --enable-system-hunspell
162# ac_add_options --enable-system-sqlite
163# ac_add_options --with-system-libevent
164# ac_add_options --with-system-libvpx
165# ac_add_options --with-system-nspr
166# ac_add_options --with-system-nss
167
168mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/xulrunner-build-dir
169ac_add_options --disable-crashreporter
170ac_add_options --disable-debug
171ac_add_options --disable-installer
172ac_add_options --disable-static
173ac_add_options --disable-tests
174ac_add_options --disable-updater
175ac_add_options --enable-application=xulrunner
176ac_add_options --enable-shared
177ac_add_options --enable-system-cairo
178ac_add_options --enable-system-ffi
179ac_add_options --prefix=/usr
180ac_add_options --with-pthreads
181ac_add_options --with-system-jpeg
182ac_add_options --with-system-png
183ac_add_options --with-system-zlib
184EOF</userinput></screen>
185
186 <para>
187 Install <application>Xulrunner</application> by issuing the following
188 commands:
189 </para>
190
191<screen><userinput>sed -i '/fcntl.h/a#include &lt;unistd.h&gt;' \
192 ipc/chromium/src/base/{file_util_linux,message_pump_libevent}.cc &amp;&amp;
193sed -i '/sys\/time\.h/a#include &lt;unistd.h&gt;' ipc/chromium/src/base/time_posix.cc &amp;&amp;
194make -f client.mk</userinput></screen>
195
196<!--
197if pkg-config -&#45;atleast-version &nspr-version; nspr
198then sed -i '/Version/aRequires: nspr &gt;= &nspr-version;' xulrunner/installer/libxul-embedding.pc.in
199else sed -i '/Version/aRequires: mozilla-nspr &gt;= &nspr-version;' xulrunner/installer/libxul-embedding.pc.in
200fi &amp;&amp;
201-->
202
203 <para>
204 This package does not come with a test suite.
205 </para>
206
207 <para>
208 Now, as the <systemitem class="username">root</systemitem> user:
209 </para>
210
211<screen role="root"><userinput>make -C xulrunner-build-dir install &amp;&amp;
212mkdir -p /usr/lib/mozilla/plugins &amp;&amp;
213rm -rf /usr/lib/xulrunner-&xulrunner-version;/plugins &amp;&amp;
214ln -sv ../mozilla/plugins /usr/lib/xulrunner-&xulrunner-version; &amp;&amp;
215chown -Rv root:root /usr/{include,lib,share/idl}/xulrunner-* &amp;&amp;
216for library in /usr/lib/xulrunner-devel-&xulrunner-version;/sdk/lib/*.so
217do ln -sfv ${library#/usr/lib/} /usr${library#*sdk}
218done</userinput></screen>
219 </sect2>
220
221 <sect2 role="commands">
222 <title>Command Explanations</title>
223
224 <para>
225 <command>sed -i '/fcntl.h/a#include &lt;unistd.h&gt;'
226 ipc/chromium/src/base/{file_util_linux,message_pump_libevent}.cc
227 &amp;&amp; sed -i '/sys\/time\.h/a#include &lt;unistd.h&gt;'
228 ipc/chromium/src/base/time_posix.cc</command>: These seds fix bugs that
229 would otherwise break the build if you're using
230 <application>GCC 4.7</application>.
231 </para>
232
233 <!-- is this sed nstill needed?
234 <para>
235 <command>if pkg-config -&#45;atleast-version &nspr-version; nspr;
236 then sed -i '/Version/aRequires: nspr &gt;= &nspr-version;'
237 xulrunner/installer/libxul-embedding.pc.in;
238 else sed -i '/Version/aRequires: mozilla-nspr &gt;= &nspr-version;'
239 xulrunner/installer/libxul-embedding.pc.in;
240 fi</command>: This uses <command>pkg-config</command> to see if
241 <xref linkend="nspr"/> is installed and then adds a line to require
242 <application>nspr</application> or <application>mozilla-nspr</application>
243 to <filename>libxul-embedding.pc</filename>. If you try to build some
244 other applications without this, the prtypes header from NSPR will not be
245 found.
246 </para> -->
247
248 <para>
249 <command>make -f client.mk ...</command>: Mozilla products are packaged to
250 allow the use of a configuration file which can be used to pass the
251 configuration settings to the <command>configure</command> command.
252 <command>make</command> uses the <filename>client.mk</filename> file to
253 get initial configuration and setup parameters.
254 </para>
255
256 <para>
257 <command>ln -sv ../mozilla/plugins ...</command>: Some packages will
258 install browser plugins into
259 <filename class="directory">/usr/lib/mozilla/plugins</filename>.
260 Creating this symlink <application>Xulrunner</application> keeps
261 additional plugins in a common directory.
262 </para>
263
264 <para>
265 <command>for library in
266 /usr/lib/xulrunner-devel-&xulrunner-version;/sdk/lib/*.so; do ln -sfv
267 ${library#/usr/lib/} /usr${library#*sdk}; done</command>: The libraries
268 shipped with this package are installed into
269 <filename class="directory">/usr/lib/xulrunner-devel-&xulrunner-version;</filename>
270 which means they will not be found at runtime. These commands make
271 relative symbolic links to the shared libraries from
272 <filename class="directory">/usr/lib</filename>.
273 </para>
274 </sect2>
275
276 <sect2 role="content">
277 <title>Contents</title>
278
279 <segmentedlist>
280 <segtitle>Installed Programs</segtitle>
281 <segtitle>Installed Libraries</segtitle>
282 <segtitle>Installed Directories</segtitle>
283
284 <seglistitem>
285 <seg>xulrunner</seg>
286 <seg>Numerous libraries, browser components, plugins, extensions, and
287 helper modules installed in <filename
288 class="directory">/usr/lib/xulrunner-&xulrunner-version;</filename></seg>
289 <seg>/etc/gre.d, /usr/include/xulrunner-&xulrunner-version;,
290 /usr/lib/xulrunner-&xulrunner-version;,
291 /usr/lib/xulrunner-devel-&xulrunner-version;, and
292 /usr/share/idl/xulrunner-&xulrunner-version;</seg>
293 </seglistitem>
294 </segmentedlist>
295
296 <variablelist>
297 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
298 <?dbfo list-presentation="list"?>
299 <?dbhtml list-presentation="table"?>
300
301 <varlistentry id="xulrunner-prog">
302 <term><command>xulrunner</command></term>
303 <listitem>
304 <para>
305 is a shell script, useful for identifying the version installed.
306 </para>
307 <indexterm zone="xulrunner xulrunner-prog">
308 <primary sortas="b-xulrunner">xulrunner</primary>
309 </indexterm>
310 </listitem>
311 </varlistentry>
312 </variablelist>
313 </sect2>
314</sect1>
Note: See TracBrowser for help on using the repository browser.