source: xsoft/graphweb/firefox.xml@ 8cf877e1

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 8cf877e1 was 8cf877e1, checked in by Andrew Benton <andy@…>, 12 years ago

Neither Seamonkey or Thunderbird can use xulrunner

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

  • Property mode set to 100644
File size: 14.6 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 firefox-download-http
8 "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
9 <!ENTITY firefox-download-ftp
10 "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
11 <!ENTITY firefox-md5sum "80c3e5927274de7f181fb5f931ac5fd4">
12 <!ENTITY firefox-size "75 MB">
13 <!ENTITY firefox-buildsize "2.8 GB (31 MB installed)">
14 <!ENTITY firefox-time "24 SBU (0.3 SBU if using xulrunner)">
15]>
16
17<sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
18 <?dbhtml filename="firefox.html" ?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Firefox-&firefox-version;</title>
26
27 <indexterm zone="firefox">
28 <primary sortas="a-Firefox">Firefox</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Firefox</title>
33
34 <para>
35 <application>Firefox</application> is a stand-alone browser based on the
36 <application>Mozilla</application> codebase.
37 </para>
38
39 &lfs71_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&firefox-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&firefox-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &firefox-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &firefox-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &firefox-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &firefox-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Firefox Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="alsa-lib"/>,
80 <xref linkend="gtk2"/>,
81 <xref linkend="zip"/>, and
82 <xref linkend="unzip"/>.
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="yasm"/> or <xref linkend="libvpx"/>
88 (to allow <application>Firefox</application> to play webm videos).
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="dbus-glib"/>,
94 <xref linkend="startup-notification"/>,
95 <xref linkend="sqlite"/>,
96 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>,
97 <ulink url="http://libevent.org/">Libevent</ulink>,
98 <xref linkend="doxygen"/>,
99 <xref linkend="gnome-vfs"/> and
100 <xref linkend="libgnomeui"/> (for integration with the old version of
101 <application>Gnome</application>),
102 <xref linkend="libnotify"/>,
103 <xref linkend="nspr"/>, <xref linkend="nss"/>,
104 <xref linkend="wireless_tools"/>,
105 <ulink url="http://www.valgrind.org/">Valgrind</ulink> (only for testing
106 the jemalloc code),
107 <xref linkend="wget"/>, and
108 <xref linkend="xulrunner"/>
109 </para>
110
111 <para condition="html" role="usernotes">
112 User Notes: <ulink url="&blfs-wiki;/firefox"/>
113 </para>
114 </sect2>
115
116 <sect2 role="installation">
117 <title>Installation of Firefox</title>
118
119 <para>
120 There are two major methods for building <application>Firefox</application>.
121 In the standard case, the entire suite of libraries is built and
122 installed. In the other, most of the system is built using the procedures
123 found in <xref linkend="xulrunner"/>. This is advantageous if you
124 are planning to build other related packages such as
125 <xref linkend="icedtea-web"/>. With
126 either build method, you need to run the main build procedure below with
127 the appropriate options in the <filename>mozconfig</filename> file. Then
128 use the appropriate instructions depending on the chosen build method.
129 </para>
130
131 <para>
132 The configuration of <application>Firefox</application> is accomplished by
133 creating a <filename>mozconfig</filename> file containing the desired
134 configuration options. A default <filename>mozconfig</filename> is created
135 below. To see the entire list of available configuration options (and an
136 abbreviated description of each one), issue <command>./configure
137 --help</command>. You may also wish to review the entire file and
138 uncomment any other desired options. Create the file by issuing the
139 following command:
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# If you have installed xulrunner uncomment these two lines:
160# ac_add_options --with-system-libxul
161# ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-&xulrunner-version;
162
163# Uncomment these if you have installed them:
164# ac_add_options --enable-startup-notification
165# ac_add_options --enable-system-hunspell
166# ac_add_options --enable-system-sqlite
167# ac_add_options --with-system-libevent
168# ac_add_options --with-system-libvpx
169# ac_add_options --with-system-nspr
170# ac_add_options --with-system-nss
171
172mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir
173ac_add_options --enable-official-branding
174ac_add_options --prefix=/usr
175
176# The rest of these options have no effect if you're
177# building against an already installed xulrunner:
178ac_add_options --disable-crashreporter
179ac_add_options --disable-debug
180ac_add_options --disable-installer
181ac_add_options --disable-static
182ac_add_options --disable-tests
183ac_add_options --disable-updater
184ac_add_options --enable-shared
185ac_add_options --enable-system-cairo
186ac_add_options --enable-system-ffi
187ac_add_options --with-pthreads
188ac_add_options --with-system-jpeg
189ac_add_options --with-system-png
190ac_add_options --with-system-zlib
191EOF</userinput></screen>
192
193 <para>
194 Compile <application>Firefox</application> by issuing the following
195 commands:
196 </para>
197
198<screen><userinput>sed -i '/fcntl.h/a#include &lt;unistd.h&gt;' \
199 ipc/chromium/src/base/{file_util_linux,message_pump_libevent}.cc &amp;&amp;
200sed -i '/sys\/time\.h/a#include &lt;unistd.h&gt;' ipc/chromium/src/base/time_posix.cc &amp;&amp;
201sed -i 's# ""##' browser/base/Makefile.in &amp;&amp;
202make -f client.mk</userinput></screen>
203
204 <para>
205 This package does not come with a test suite.
206 </para>
207
208 <para>
209 If you have <emphasis>not</emphasis> linked
210 <application>Firefox</application> against an installed
211 <application>Xulrunner</application>:
212 </para>
213
214<screen><userinput>make -C firefox-build-dir/browser/installer</userinput></screen>
215
216 <para>
217 Now, as the <systemitem class="username">root</systemitem> user, if you
218 have <emphasis>not</emphasis> linked <application>Firefox</application>
219 against an installed <application>Xulrunner</application>, install the
220 package:
221 </para>
222
223<screen role="root"><userinput>rm -rf /usr/lib/firefox-&firefox-version; &amp;&amp;
224mkdir /usr/lib/firefox-&firefox-version; &amp;&amp;
225tar -xvf firefox-build-dir/dist/firefox-&firefox-version;.en-US.linux-$(uname -m).tar.bz2 \
226 -C /usr/lib/firefox-&firefox-version; --strip-components=1 &amp;&amp;
227ln -sfv ../lib/firefox-&firefox-version;/firefox /usr/bin &amp;&amp;
228mkdir -p /usr/lib/mozilla/plugins &amp;&amp;
229ln -sv ../mozilla/plugins /usr/lib/firefox-&firefox-version; &amp;&amp;
230chown -R -v root:root /usr/lib/firefox-&firefox-version;</userinput></screen>
231
232 <para>
233 If you <emphasis>have</emphasis> linked against an already installed
234 <application>Xulrunner</application>, as the
235 <systemitem class="username">root</systemitem> user:
236 </para>
237
238<screen role="root"><userinput>make -C firefox-build-dir install &amp;&amp;
239rm /usr/bin/firefox &amp;&amp;
240cat &gt; /usr/bin/firefox &lt;&lt; "HERE_DOC" &amp;&amp;
241#!/bin/bash
242/usr/lib/xulrunner-&xulrunner-version;/xulrunner /usr/lib/firefox-&firefox-version;/application.ini "${@}"
243HERE_DOC
244chmod 755 /usr/bin/firefox &amp;&amp;
245mkdir -p /usr/lib/mozilla/plugins &amp;&amp;
246ln -sv ../mozilla/plugins /usr/lib/firefox-&firefox-version;</userinput></screen>
247
248 <bridgehead renderas="sect3" id="npapi-firefox" xreflabel="Firefox">
249 NPAPI Headers
250 </bridgehead>
251 <para>
252 The above instructions just install the parts you need to run
253 <application>Firefox</application>. If you want to compile
254 <xref linkend="gnash"/>, the open source version of Flash, copy some
255 headers that Gnash needs into /usr/include, as the
256 <systemitem class="username">root</systemitem> user:
257 </para>
258
259<screen role="root"><userinput>mkdir /usr/include/npapi
260cp dom/plugins/base/*.h /usr/include/npapi</userinput></screen>
261 </sect2>
262
263 <sect2 role="commands">
264 <title>Command Explanations</title>
265
266 <para>
267 <command>sed -i '/fcntl.h/a#include &lt;unistd.h&gt;'
268 ipc/chromium/src/base/{file_util_linux,message_pump_libevent}.cc
269 &amp;&amp; sed -i '/sys\/time\.h/a#include &lt;unistd.h&gt;'
270 ipc/chromium/src/base/time_posix.cc</command>: These seds fix bugs that
271 would otherwise break the build if you're using
272 <application>GCC 4.7</application>.
273 </para>
274
275 <para>
276 <command>sed -i 's# ""##' browser/base/Makefile.in</command>: This sed
277 removes an unprintable control character from the title bar.
278 </para>
279
280 <para>
281 <command>make -f client.mk ...</command>: Mozilla products are packaged to
282 allow the use of a configuration file which can be used to pass the
283 configuration settings to the <command>configure</command> command.
284 <command>make</command> uses the <filename>client.mk</filename> file to
285 get initial configuration and setup parameters.
286 </para>
287
288 <para>
289 <command>make -C firefox-build-dir/browser/installer</command>: this
290 creates a <application>Firefox</application> tarball similar to the ones
291 you can download from Mozilla.
292 </para>
293
294 <para>
295 <command>tar -xfv firefox-build-dir/dist ...</command>: This untars
296 <application>Firefox</application> in /usr/lib. The
297 <option>--strip-components=1</option> option removes the leading
298 'firefox' directory from the filenames, allowing us to untar it
299 into a versioned directory.
300 </para>
301
302 <para>
303 <command>make -C firefox-build-dir install</command>: This runs
304 <command>make install</command> in firefox-build-dir.
305 </para>
306
307 <para>
308 <command>ln -sfv ... /usr/bin/firefox</command>: this puts a symbolic link
309 to the <command>firefox</command> executable in your ${PATH}.
310 </para>
311
312 <para>
313 <command>mkdir -p /usr/lib/mozilla/plugins</command>: this checks
314 that <filename class="directory">/usr/lib/mozilla/plugins</filename>
315 exists.
316 </para>
317
318 <para>
319 <command>ln -sv ... /usr/lib/firefox-&firefox-version;</command>: this
320 makes a symbolic link to
321 <filename class="directory">/usr/lib/mozilla/plugins</filename>. It's not
322 really needed, <application>Firefox</application> checks
323 <filename class="directory">/usr/lib/mozilla/plugins</filename> by
324 default, we make the symbolic link to keep all the plugins installed in
325 one folder.
326 </para>
327 </sect2>
328
329 <sect2 role="configuration">
330 <title>Configuring Firefox</title>
331
332 <para>
333 If you deleted the <option>--disable-webm</option> option from your
334 <filename>mozconfig</filename>, your <application>Firefox</application>
335 can play most YouTube videos without the need for the flash plugin. To
336 enable this, go to <ulink url="http://www.youtube.com/html5"/> and click
337 on 'Join the HTML5 Trial' (needs cookies enabled).
338 </para>
339
340 <para>
341 If you use a desktop environment like <application>Gnome</application> or
342 <application>KDE</application> you may like to create a
343 <filename>firefox.desktop</filename> file so that
344 <application>Firefox</application> appears in the panel's menus. If you
345 didn't enable startup-notification in your mozconfig change the
346 StartupNotify line to false. As the
347 <systemitem class="username">root</systemitem> user:
348 </para>
349
350<screen role="root"><userinput>mkdir -p /usr/share/applications &amp;&amp;
351cat &gt; /usr/share/applications/firefox.desktop &lt;&lt; "EOF" &amp;&amp;
352[Desktop Entry]
353Encoding=UTF-8
354Type=Application
355Name=Firefox
356Comment=Browse The Web
357Icon=firefox
358Exec=firefox
359Categories=Network;GTK;Application;Browser;WebBrowser;
360StartupNotify=true
361Terminal=false
362EOF
363ln -sv -f /usr/lib/firefox-&firefox-version;/icons/mozicon128.png /usr/share/pixmaps/firefox.png</userinput></screen>
364 </sect2>
365
366 <sect2 role="content">
367 <title>Contents</title>
368
369 <segmentedlist>
370 <segtitle>Installed Programs</segtitle>
371 <segtitle>Installed Libraries</segtitle>
372 <segtitle>Installed Directories</segtitle>
373
374 <seglistitem>
375 <seg>firefox</seg>
376 <seg>
377 Numerous libraries, browser components, plugins, extensions, and
378 helper modules installed in
379 <filename class="directory">/usr/lib/firefox-&firefox-version;</filename>.
380 </seg>
381 <seg>
382 /usr/include/npapi and
383 /usr/lib/firefox-&firefox-version;.
384 </seg>
385 </seglistitem>
386 </segmentedlist>
387
388 <variablelist>
389 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
390 <?dbfo list-presentation="list"?>
391 <?dbhtml list-presentation="table"?>
392
393 <varlistentry id="firefox-prog">
394 <term><command>firefox</command></term>
395 <listitem>
396 <para>
397 is a <application>Gtk 2</application> internet browser that uses the
398 Gecko rendering engine.
399 </para>
400 <indexterm zone="firefox firefox-prog">
401 <primary sortas="b-firefox">firefox</primary>
402 </indexterm>
403 </listitem>
404 </varlistentry>
405 </variablelist>
406 </sect2>
407</sect1>
Note: See TracBrowser for help on using the repository browser.