source: x/lib/xulrunner.xml@ b9b7146

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 b9b7146 was b9b7146, checked in by Ken Moffat <ken@…>, 12 years ago

firefox-14.0.1

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

  • Property mode set to 100644
File size: 9.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 "c2f884f0f6c41c65cf20f678a1ee7191">
13 <!ENTITY xulrunner-size "79 MB">
14 <!ENTITY xulrunner-buildsize "1 GB (100 MB installed)">
15 <!ENTITY xulrunner-time "14 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 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <xref linkend="yasm"/> or <xref linkend="libvpx"/>
92 (to allow <application>Xulrunner</application> to play webm videos).
93 </para>
94
95 <bridgehead renderas="sect4">Optional</bridgehead>
96 <para role="optional">
97 <xref linkend="dbus-glib"/>,
98 <xref linkend="startup-notification"/>,
99 <xref linkend="sqlite"/>,
100 <ulink url="http://sourceforge.net/projects/hunspell/">Hunspell</ulink>,
101 <xref linkend="libevent"/>,
102 <xref linkend="doxygen"/>,
103 <xref linkend="gnome-vfs"/> and <xref linkend="libgnomeui"/> (for
104 integration with the old version of <application>Gnome</application>),
105 <xref linkend="libnotify"/>,
106 <xref linkend="nspr"/>,
107 <xref linkend="nss"/>,
108 <xref linkend="wireless_tools"/>,
109 <ulink url="http://www.valgrind.org/">Valgrind</ulink> (only for testing
110 the jemalloc code) and
111 <xref linkend="wget"/>
112 </para>
113
114 <para condition="html" role="usernotes">
115 User Notes: <ulink url="&blfs-wiki;/xulrunner"/>
116 </para>
117 </sect2>
118
119 <sect2 role="installation">
120 <title>Installation of Xulrunner</title>
121
122 <para>
123 The configuration of <application>Xulrunner</application> is accomplished
124 by creating a <filename>mozconfig</filename> file containing the desired
125 configuration options. A default <filename>mozconfig</filename> is created
126 below. To see the entire list of available configuration options (and an
127 abbreviated description of each one), issue <command>./configure
128 --help</command>. You should review the entire file and comment or
129 uncomment options as necessary.
130 </para>
131
132<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
133# If you have a multicore machine you can speed up the build by running
134# several jobs at once, but if you have a single core, delete this line:
135mk_add_options MOZ_MAKE_FLAGS="-j4"
136
137# If you have not installed Yasm, uncomment this option:
138# ac_add_options --disable-webm
139
140# If you have installed DBus-Glib delete this option:
141ac_add_options --disable-dbus
142
143# If you have installed wireless-tools delete this option:
144ac_add_options --disable-necko-wifi
145
146# If you have installed libnotify delete this option:
147ac_add_options --disable-libnotify
148
149# Uncomment these if you have installed them:
150# ac_add_options --enable-startup-notification
151# ac_add_options --enable-system-hunspell
152# ac_add_options --enable-system-sqlite
153# ac_add_options --with-system-libevent
154# ac_add_options --with-system-libvpx
155# ac_add_options --with-system-nspr
156# ac_add_options --with-system-nss
157
158mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/xulrunner-build-dir
159ac_add_options --disable-crashreporter
160ac_add_options --disable-debug
161ac_add_options --disable-debug-symbols
162ac_add_options --disable-installer
163ac_add_options --disable-static
164ac_add_options --disable-tests
165ac_add_options --disable-updater
166ac_add_options --enable-application=xulrunner
167ac_add_options --enable-shared
168ac_add_options --enable-system-cairo
169ac_add_options --enable-system-ffi
170ac_add_options --prefix=/usr
171ac_add_options --with-pthreads
172ac_add_options --with-system-jpeg
173ac_add_options --with-system-png
174ac_add_options --with-system-zlib
175EOF</userinput></screen>
176
177 <para>
178 Install <application>Xulrunner</application> by issuing the following
179 commands:
180 </para>
181
182<screen><userinput>make -f client.mk</userinput></screen>
183
184 <para>
185 This package does not come with a test suite.
186 </para>
187
188 <para>
189 Now, as the <systemitem class="username">root</systemitem> user:
190 </para>
191
192<screen role="root"><userinput>make -C xulrunner-build-dir install &amp;&amp;
193mkdir -p /usr/lib/mozilla/plugins &amp;&amp;
194rm -rf /usr/lib/xulrunner-&xulrunner-version;/plugins &amp;&amp;
195ln -sv ../mozilla/plugins /usr/lib/xulrunner-&xulrunner-version; &amp;&amp;
196
197for library in /usr/lib/xulrunner-&xulrunner-version;/*.so
198do ln -sfv $library /usr/lib
199done</userinput></screen>
200 </sect2>
201
202 <sect2 role="commands">
203 <title>Command Explanations</title>
204
205 <para>
206 <command>make -f client.mk ...</command>: Mozilla products are packaged to
207 allow the use of a configuration file which can be used to pass the
208 configuration settings to the <command>configure</command> command.
209 <command>make</command> uses the <filename>client.mk</filename> file to
210 get initial configuration and setup parameters.
211 </para>
212
213 <para>
214 <command>ln -sv ../mozilla/plugins ...</command>: Some packages will
215 install browser plugins into
216 <filename class="directory">/usr/lib/mozilla/plugins</filename>.
217 Creating this symlink <application>Xulrunner</application> keeps
218 additional plugins in a common directory.
219 </para>
220
221 <para>
222 <command>for library in
223 /usr/lib/xulrunner-&xulrunner-version;/*.so; do ln -sfv $library /usr/lib;
224 done</command>: The libraries shipped with this package are installed into
225 <filename class="directory">/usr/lib/xulrunner-&xulrunner-version;</filename>
226 which means they will not be found at runtime. These commands make
227 relative symbolic links to the shared libraries from
228 <filename class="directory">/usr/lib</filename>. Debug versions of some,
229 but not all, of these libraries can also be found in
230 <filename class="directory">/usr/lib/xulrunner-devel-&xulrunner-version;/sdk/lib</filename>.
231 </para>
232 </sect2>
233
234 <sect2 role="content">
235 <title>Contents</title>
236
237 <segmentedlist>
238 <segtitle>Installed Programs</segtitle>
239 <segtitle>Installed Libraries</segtitle>
240 <segtitle>Installed Directories</segtitle>
241
242 <seglistitem>
243 <seg>xulrunner</seg>
244 <seg>Numerous libraries, browser components, plugins, extensions, and
245 helper modules installed in <filename
246 class="directory">/usr/lib/xulrunner-&xulrunner-version;</filename></seg>
247 <seg>/etc/gre.d, /usr/include/xulrunner-&xulrunner-version;,
248 /usr/lib/xulrunner-&xulrunner-version;,
249 /usr/lib/xulrunner-devel-&xulrunner-version;, and
250 /usr/share/idl/xulrunner-&xulrunner-version;</seg>
251 </seglistitem>
252 </segmentedlist>
253
254 <variablelist>
255 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
256 <?dbfo list-presentation="list"?>
257 <?dbhtml list-presentation="table"?>
258
259 <varlistentry id="xulrunner-prog">
260 <term><command>xulrunner</command></term>
261 <listitem>
262 <para>
263 is a shell script, useful for identifying the version installed.
264 </para>
265 <indexterm zone="xulrunner xulrunner-prog">
266 <primary sortas="b-xulrunner">xulrunner</primary>
267 </indexterm>
268 </listitem>
269 </varlistentry>
270 </variablelist>
271 </sect2>
272</sect1>
Note: See TracBrowser for help on using the repository browser.