source: x/lib/xulrunner.xml@ e726ecfb

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 e726ecfb was e726ecfb, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

xulrunner-25.0.1, firefox-25.0.1, seamonkey-2.22.1 and thunderbird-3.1.20 to build with FreeType-2.5.1: four equal typos.

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

  • Property mode set to 100644
File size: 12.0 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 <!ENTITY xulrunner-md5sum "b5b57d3ea937a339e0ed7ebea604b430">
12 <!ENTITY xulrunner-size "122 MB">
13 <!ENTITY xulrunner-buildsize "4.2 GB (90 MB installed)">
14 <!ENTITY xulrunner-time "56 SBU">
15]>
16
17<sect1 id="xulrunner" xreflabel="Xulrunner-&xulrunner-version;">
18 <?dbhtml filename="xulrunner.html" ?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Xulrunner-&xulrunner-version;</title>
26
27 <indexterm zone="xulrunner">
28 <primary sortas="a-Xulrunner">Xulrunner</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Xulrunner</title>
33
34 <para>
35 <application>Xulrunner</application> is a runtime environment for XUL
36 applications, and forms the major part of the
37 <application>Mozilla</application> codebase. In particular, it provides
38 the Gecko engine together with pkgconfig files so that other applications
39 can find and use it.
40 </para>
41
42 &lfs74_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&xulrunner-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&xulrunner-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &xulrunner-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &xulrunner-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &xulrunner-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &xulrunner-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
79 <itemizedlist spacing="compact">
80 <listitem>
81 <para>
82 Required patch:
83 <ulink url="&patch-root;/xulrunner-&xulrunner-version;-freetype-1.patch"/>
84 </para>
85 </listitem>
86 </itemizedlist>
87
88 <bridgehead renderas="sect3">Xulrunner Dependencies</bridgehead>
89
90 <bridgehead renderas="sect4">Required</bridgehead>
91 <para role="required">
92 <xref linkend="alsa-lib"/>,
93 <xref linkend="gtk2"/>,
94 <xref linkend="zip"/> and
95 <xref linkend="unzip"/>
96 </para>
97
98 <bridgehead renderas="sect4">Recommended</bridgehead>
99 <para role="recommended">
100 <xref linkend="libevent"/>,
101 <xref linkend="libvpx"/>,
102 <xref linkend="nspr"/>,
103 <xref linkend="nss"/>,
104 <xref linkend="sqlite"/> and
105 <xref linkend="yasm"/>
106 </para>
107
108 <note>
109 <para>
110 If you don't install recommended dependencies,
111 then internal copies of those packages will
112 be used. They might be tested to work, but
113 they can be out of date or contain security
114 holes.
115 </para>
116 </note>
117
118 <bridgehead renderas="sect4">Optional</bridgehead>
119 <para role="optional">
120 <xref linkend="curl"/>,
121 <xref linkend="dbus-glib"/>,
122 <xref linkend="doxygen"/>,
123 <xref linkend="gst-plugins-good"/> and
124 <xref linkend="gst-ffmpeg"/>,
125 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>,
126 <xref linkend="libnotify"/>,
127 <xref linkend="startup-notification"/>,
128 <xref linkend="wget"/> and
129 <xref linkend="wireless_tools"/>
130 </para>
131
132 <para condition="html" role="usernotes">
133 User Notes: <ulink url="&blfs-wiki;/xulrunner"/>
134 </para>
135 </sect2>
136
137 <sect2 role="installation">
138 <title>Installation of Xulrunner</title>
139
140 <para>
141 The configuration of <application>Xulrunner</application> is accomplished
142 by creating a <filename>mozconfig</filename> file containing the desired
143 configuration options. A default <filename>mozconfig</filename> is created
144 below. To see the entire list of available configuration options (and an
145 abbreviated description of each one), issue <command>./configure
146 --help</command>. You should review the entire file and comment or
147 uncomment options as necessary.
148 </para>
149
150<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
151# If you have a multicore machine, firefox will now use all the cores by
152# default. Exceptionally, you can reduce the number of cores, e.g. to 1,
153# by uncommenting the next line and setting a valid number of CPU cores.
154#mk_add_options MOZ_MAKE_FLAGS="-j1"
155
156# If you have installed DBus-Glib comment out this line:
157ac_add_options --disable-dbus
158
159# If you have installed wireless-tools comment out this line:
160ac_add_options --disable-necko-wifi
161
162# If you have installed libnotify comment out this line:
163ac_add_options --disable-libnotify
164
165# GStreamer is necessary for H.264 video playback in HTML5 Video Player;
166# to be enabled, also remember to set "media.gstreamer.enabled" to "true"
167# in about:config. If you have installed GStreamer comment out this line:
168ac_add_options --disable-gstreamer
169
170# Uncomment these lines if you have installed optional dependencies:
171#ac_add_options --enable-system-hunspell
172#ac_add_options --enable-startup-notification
173
174# Uncomment this line if you compiled Cairo with --enable-tee switch and want
175# to use it instead of the bundled one:
176#ac_add_options --enable-system-cairo
177
178# If you have not installed Yasm then uncomment this line:
179#ac_add_options --disable-webm
180
181# Comment out following options if you have not installed
182# recommended dependencies:
183ac_add_options --enable-system-sqlite
184ac_add_options --with-system-libevent
185ac_add_options --with-system-libvpx
186ac_add_options --with-system-nspr
187ac_add_options --with-system-nss
188
189# It is recommended not to touch anything below this line
190ac_add_options --prefix=/usr
191ac_add_options --enable-application=xulrunner
192
193ac_add_options --disable-crashreporter
194ac_add_options --disable-installer
195ac_add_options --disable-updater
196ac_add_options --disable-debug
197ac_add_options --disable-tests
198ac_add_options --disable-mochitest
199
200ac_add_options --enable-optimize
201ac_add_options --enable-strip
202ac_add_options --enable-install-strip
203
204ac_add_options --enable-system-ffi
205ac_add_options --enable-system-pixman
206
207ac_add_options --enable-shared-js
208ac_add_options --with-pthreads
209
210ac_add_options --with-system-bz2
211ac_add_options --with-system-jpeg
212ac_add_options --with-system-png
213ac_add_options --with-system-zlib
214
215mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/xulrunner-build-dir
216EOF</userinput></screen>
217
218 <note>
219 <para>
220 <application>Xulrunner</application>'s build uses large amount of
221 memory. On some systems, the RAM/Swap combination needs 6 GB available.
222 </para>
223 </note>
224
225 <para>
226 Build <application>Xulrunner</application> by issuing the following
227 commands:
228 </para>
229
230 <note><para>
231 If you are compiling <application>Xulrunner</application> in chroot,
232 prepend <envar>SHELL=/bin/bash</envar> to the first make command below.
233 </para></note>
234
235<screen><userinput>patch -Np1 -i ../xulrunner-&xulrunner-version;-freetype-1.patch &amp;&amp;
236make -f client.mk</userinput></screen>
237
238 <para>
239 This package does not come with a test suite.
240 </para>
241
242 <para>
243 Install, as the <systemitem class="username">root</systemitem> user:
244 </para>
245
246<screen role="root"><userinput>make -C xulrunner-build-dir install &amp;&amp;
247
248mkdir -pv /usr/lib/mozilla/plugins &amp;&amp;
249rm -rf /usr/lib/xulrunner-&xulrunner-version;/plugins &amp;&amp;
250ln -sv ../mozilla/plugins /usr/lib/xulrunner-&xulrunner-version; &amp;&amp;
251
252chmod -v 755 /usr/lib/xulrunner-devel-&xulrunner-version;/sdk/bin/xpcshell &amp;&amp;
253
254for library in libmozalloc.so libmozjs.so libxul.so; do
255 ln -sfv ../../../xulrunner-&xulrunner-version;/$library \
256 /usr/lib/xulrunner-devel-&xulrunner-version;/sdk/lib/$library
257 ln -sfv xulrunner-&xulrunner-version;/$library /usr/lib/$library
258done
259
260ln -sfv ../xulrunner-devel-&xulrunner-version;/sdk/bin/run-mozilla.sh \
261 /usr/lib/xulrunner-&xulrunner-version;
262ln -sfv ../xulrunner-devel-&xulrunner-version;/sdk/bin/xpcshell \
263 /usr/lib/xulrunner-&xulrunner-version;</userinput></screen>
264
265 </sect2>
266
267 <sect2 role="commands">
268 <title>Command Explanations</title>
269
270 <para>
271 <command>make -f client.mk ...</command>: Mozilla products are packaged to
272 allow the use of a configuration file which can be used to pass the
273 configuration settings to the <command>configure</command> command.
274 <command>make</command> uses the <filename>client.mk</filename> file to
275 get initial configuration and setup parameters.
276 </para>
277
278 <para>
279 <command>ln -sfv ../mozilla/plugins ...</command>: Some packages will
280 install browser plugins into
281 <filename class="directory">/usr/lib/mozilla/plugins</filename>.
282 Creating this symlink <application>Xulrunner</application> keeps
283 additional plugins in a common directory.
284 </para>
285
286 <para>
287 <command>for library in libmozalloc.so libmozjs.so libxul.so ...
288 </command>: The libraries shipped with this package are installed into
289 <filename class="directory">/usr/lib/xulrunner-&xulrunner-version;</filename>
290 which means they will not be found at runtime. These commands make
291 relative symbolic links to the shared libraries from
292 <filename class="directory">/usr/lib</filename>. They will also replace duplicate
293 libraries that are installed in
294 <filename class="directory">/usr/lib/xulrunner-devel-&xulrunner-version;/sdk/lib</filename>
295 with symlinks in order to save some space.
296 </para>
297
298 <para>
299 <command>ln -sfv ../xulrunner-devel-&xulrunner-version;/sdk/bin/ ...</command>
300 The <filename>run-mozilla.sh</filename> and <filename>xpcshell</filename> files
301 have been moved in this version, but the code which installs
302 <application>Firefox</application> (when linked to xulrunner) was not updated.
303 These symlinks allow<application>Firefox</application> to install when built against
304 <application>Xulrunner</application>.
305 </para>
306
307 </sect2>
308
309 <sect2 role="content">
310 <title>Contents</title>
311
312 <segmentedlist>
313 <segtitle>Installed Programs</segtitle>
314 <segtitle>Installed Libraries</segtitle>
315 <segtitle>Installed Directories</segtitle>
316
317 <seglistitem>
318 <seg>
319 xulrunner
320 </seg>
321 <seg>
322 Numerous libraries, browser components, plugins, extensions, and
323 helper modules installed in <filename
324 class="directory">/usr/lib/xulrunner-&xulrunner-version;</filename>
325 </seg>
326 <seg>
327 /usr/include/xulrunner-&xulrunner-version;,
328 /usr/lib/xulrunner-&xulrunner-version;,
329 /usr/lib/xulrunner-devel-&xulrunner-version; and
330 /usr/share/idl/xulrunner-&xulrunner-version;
331 </seg>
332 </seglistitem>
333 </segmentedlist>
334
335 <variablelist>
336 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
337 <?dbfo list-presentation="list"?>
338 <?dbhtml list-presentation="table"?>
339
340 <varlistentry id="xulrunner-prog">
341 <term><command>xulrunner</command></term>
342 <listitem>
343 <para>
344 is a shell script used for identifying the installed version
345 and running <application>Xulrunner</application> applications.
346 </para>
347 <indexterm zone="xulrunner xulrunner-prog">
348 <primary sortas="b-xulrunner">xulrunner</primary>
349 </indexterm>
350 </listitem>
351 </varlistentry>
352
353 </variablelist>
354
355 </sect2>
356
357</sect1>
Note: See TracBrowser for help on using the repository browser.