source: xsoft/graphweb/firefox.xml@ ecffcbbc

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ecffcbbc was ecffcbbc, checked in by Pierre Labastie <pieere@…>, 6 years ago

Change layout of the paragraph about tests in firefox, so that the test
instruction is in a <command> tag

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

  • Property mode set to 100644
File size: 17.5 KB
RevLine 
[f939f05]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[f939f05]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[0bcaa9a6]7 <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz">
[8dfc5c3]8 <!ENTITY firefox-download-ftp " ">
[da0f222]9 <!ENTITY firefox-md5sum "4b6ab0f71a6163f962f83c31d8f8cb73">
10 <!ENTITY firefox-size "244 MB">
[57a8df2]11 <!ENTITY firefox-buildsize "6.3 GB (139 MB installed) without tests">
12 <!ENTITY firefox-time "18 SBU (with parallelism=4) without tests">
[f939f05]13]>
14
[ffe47ca2]15<sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
[b81991e1]16 <?dbhtml filename="firefox.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Firefox-&firefox-version;</title>
24
25 <indexterm zone="firefox">
26 <primary sortas="a-Firefox">Firefox</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Firefox</title>
31
[c1ae13c]32 <para>
33 <application>Firefox</application> is a stand-alone browser based on the
34 <application>Mozilla</application> codebase.
35 </para>
[b81991e1]36
[0280ecc]37 &lfs81_checked;
[76ae9a2]38
[b81991e1]39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[c1ae13c]42 <para>
43 Download (HTTP): <ulink url="&firefox-download-http;"/>
44 </para>
[b81991e1]45 </listitem>
46 <listitem>
[c1ae13c]47 <para>
48 Download (FTP): <ulink url="&firefox-download-ftp;"/>
49 </para>
[b81991e1]50 </listitem>
51 <listitem>
[c1ae13c]52 <para>
53 Download MD5 sum: &firefox-md5sum;
54 </para>
[b81991e1]55 </listitem>
56 <listitem>
[c1ae13c]57 <para>
58 Download size: &firefox-size;
59 </para>
[b81991e1]60 </listitem>
61 <listitem>
[c1ae13c]62 <para>
63 Estimated disk space required: &firefox-buildsize;
64 </para>
[b81991e1]65 </listitem>
66 <listitem>
[c1ae13c]67 <para>
68 Estimated build time: &firefox-time;
69 </para>
[b81991e1]70 </listitem>
71 </itemizedlist>
72
[14de4227]73 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
74 <itemizedlist spacing="compact">
75 <listitem>
76 <para>
77 Optional patch to allow system versions of <xref linkend="graphite2"/>
[ecffcbbc]78 and <xref linkend="harfbuzz"/>:
[ef82450c]79 <ulink url="&patch-root;/firefox-&firefox-version;-system_graphite2_harfbuzz-1.patch"/>
[14de4227]80 </para>
81 </listitem>
82 </itemizedlist>
83
[f06c692]84 <note>
85 <para>
86 The tarball <emphasis>firefox-&firefox-version;.source.tar.xz</emphasis>
87 will untar to <emphasis>firefox-&firefox-version;</emphasis> directory.
[37bf7b1]88 It will also reset the permissions of the current directory to 0755 if you
[765c2a7]89 have permission to do that. If you do this in a directory where
[37bf7b1]90 the sticky bit is set, such
[dc9a18a]91 as <filename class="directory">/tmp</filename> it will end with error
92 messages:
93 </para>
94
95<literallayout>tar: .: Cannot utime: Operation not permitted
96tar: .: Cannot change mode to rwxr-xr-t: Operation not permitted
97tar: Exiting with failure status due to previous errors
98</literallayout>
99
100 <para>
101 This does finish with non-zero status, but it does
102 <emphasis>NOT</emphasis> mean there is a real problem.
103 Do not untar as the <systemitem class="username">root</systemitem> user
104 in a directory where the sticky bit is set - that will unset it.
[f06c692]105 </para>
106 </note>
107
[b81991e1]108 <bridgehead renderas="sect3">Firefox Dependencies</bridgehead>
109
110 <bridgehead renderas="sect4">Required</bridgehead>
[c1ae13c]111 <para role="required">
[14de4227]112 <xref linkend="autoconf213"/>,
[ac105103]113 both <xref linkend="gtk3"/> and
[be0bd12]114 <xref linkend="gtk2"/>,
[59a6b63]115 <xref linkend="nss"/>,
[be0bd12]116 <xref linkend="pulseaudio"/>
[81b3e7fd]117 (or
[0603be6f]118 <xref linkend="alsa-lib"/> if you edit the mozconfig;
[be0bd12]119 now deprecated by mozilla),
[4c6edac]120 <xref linkend="rust"/>,
[59a6b63]121 <xref linkend="unzip"/>,
[479e03a]122 <xref linkend="yasm"/>, and
123 <xref linkend="zip"/>
[c1ae13c]124 </para>
125
[e29a0b1]126 <note>
127 <para>
128 The firefox developers wish to enable Stylo (replacement code to handle
129 Cascading Style Sheets) by default. At the moment that code cannot build
130 with system versions of nspr and pixman (it fails to find their headers)
131 so the BLFS editors have chosen to disable it. If you choose to enable
132 it, you <emphasis>must</emphasis> add <package>clang</package> from
133 <xref linkend="llvm"/> to the Required dependencies.
134 </para>
135 </note>
136
[1555d3d]137 <bridgehead renderas="sect4">Recommended</bridgehead>
[c1ae13c]138 <para role="recommended">
[7bf10b1]139 <xref linkend="icu"/>,
[0e37869]140 <xref linkend="libevent"/>,
[479e03a]141 <xref linkend="libvpx"/>, and
[a30a874]142 <xref linkend="sqlite"/>
[c1ae13c]143 </para>
[1555d3d]144
[0e37869]145 <note>
146 <para>
[b9f61df]147 If you don't install recommended dependencies, then internal copies of
148 those packages will be used. They might be tested to work, but they can
149 be out of date or contain security holes.
[0e37869]150 </para>
151 </note>
152
[5be3a74]153 <note>
154 <para>
[204c71d5]155 With <application>Firefox-31.0</application> and later versions, you
156 must have installed <application>Openssl</application> before
[b9f61df]157 <application>Python 2</application> or the build system will quickly
[5be3a74]158 fail with output including "ImportError: cannot import name
[0c3e9be8]159 HTTPSHandler". If you are in any doubt about this (e.g. upgrading from
160 an older version of Firefox), check if
161 <filename>/usr/lib/python&python2-majorver;/lib-dynload/_ssl.so</filename>
162 exists. If it does not, reinstall <xref linkend="python2"/> (after
[44204a0]163 installing <xref linkend="openssl"/>). The latest version of any
[0c3e9be8]164 <emphasis>currently maintained</emphasis> version of Openssl should be
[59a6b63]165 satisfactory if already installed.
[5be3a74]166 </para>
167 </note>
168
[b81991e1]169 <bridgehead renderas="sect4">Optional</bridgehead>
[c1ae13c]170 <para role="optional">
[6c64623f]171 <xref linkend="curl"/>,
[c1ae13c]172 <xref linkend="dbus-glib"/>,
173 <xref linkend="doxygen"/>,
[d525da9c]174 <xref linkend="GConf"/>,
[babf0a0]175 <xref role="runtime" linkend="ffmpeg"/> (runtime, to play mov, mp3 or mp4 files),
[9d2268bb]176 <xref linkend="libwebp"/>,
[26fa7d2]177 <xref linkend="openjdk"/>,
[0e37869]178 <xref linkend="startup-notification"/>,
[566fcae]179 <xref linkend="valgrind"/>,
[6000a3e]180 <xref linkend="wget"/>,
[73b06df]181 <xref linkend="wireless_tools"/>,
[b09ed46a]182 <ulink url="https://hunspell.github.io/">Hunspell</ulink>,
[7090d94]183 <phrase revision="sysv"><ulink url="http://sourceforge.net/projects/liboauth/files/">liboauth</ulink></phrase>
184 <phrase revision="systemd"><xref linkend="liboauth"/></phrase>,
[14de4227]185 <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>,
186 and (with the patch)
187 <xref linkend="graphite2"/> and
188 <xref linkend="harfbuzz"/>
[c1ae13c]189 </para>
190
191 <para condition="html" role="usernotes">
192 User Notes: <ulink url="&blfs-wiki;/firefox"/>
193 </para>
[b81991e1]194 </sect2>
195
196 <sect2 role="installation">
197 <title>Installation of Firefox</title>
198
[f72a04a]199 <para>
[b9f61df]200 The configuration of <application>Firefox</application> is accomplished
201 by creating a <filename>mozconfig</filename> file containing the desired
202 configuration options. A default <filename>mozconfig</filename> is
203 created below. To see the entire list of available configuration options
204 (and an abbreviated description of each one), issue <command>./configure
[c1ae13c]205 --help</command>. You may also wish to review the entire file and
[b9f61df]206 uncomment any other desired options. Create the file by issuing the
207 following command:
[c1ae13c]208 </para>
[5a13c45]209
[0e37869]210<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
[dcb0fe6]211<literal># If you have a multicore machine, all cores will be used by default.
212# If desired, you can reduce the number of cores used, e.g. to 1, by
213# uncommenting the next line and setting a valid number of CPU cores.
214#mk_add_options MOZ_MAKE_FLAGS="-j1"
215
[7090d94]216# If you have installed dbus-glib, comment out this line:
[74eaf91]217ac_add_options --disable-dbus
[aed37975]218
[32cca2cd]219# If you have installed dbus-glib, and you have installed (or will install)
220# wireless-tools, and you wish to use geolocation web services, comment out
221# this line
[6d1bf0e]222ac_add_options --disable-necko-wifi
223
[ad5a97d]224# API Keys for geolocation APIs - necko-wifi (above) is required for MLS
225# Uncomment the following line if you wish to use Mozilla Location Service
226#ac_add_options --with-mozilla-api-keyfile=$PWD/mozilla-key
227
228# Uncomment the following line if you wish to use Google's geolocaton API
229# (needed for use with saved maps with Google Maps)
230#ac_add_options --with-google-api-keyfile=$PWD/google-key
231
[48ae92a]232# Uncomment these lines if you have installed optional dependencies:
[0e37869]233#ac_add_options --enable-system-hunspell
234#ac_add_options --enable-startup-notification
[495ebe07]235
[81b3e7fd]236# Uncomment the following option if you have not installed PulseAudio
237#ac_add_options --disable-pulseaudio
238# and uncomment this if you installed alsa-lib instead of PulseAudio
239#ac_add_options --enable-alsa
[89cdb63d]240
241# If you have installed GConf, comment out this line
242ac_add_options --disable-gconf
243
[e29a0b1]244# Stylo is the new CSS code, including the rust 'style'
245# package. It is enabled by default, but cannot find the
246# headers for system nspr, pixman. If you enable stylo you
[5f9e42c9]247# must comment out system-nspr system-pixman and
248# system-cairo, and you must also have installed clang.
[e29a0b1]249ac_add_options --disable-stylo
250
[0e37869]251# Comment out following options if you have not installed
252# recommended dependencies:
253ac_add_options --enable-system-sqlite
254ac_add_options --with-system-libevent
255ac_add_options --with-system-libvpx
256ac_add_options --with-system-nspr
257ac_add_options --with-system-nss
[7bf10b1]258ac_add_options --with-system-icu
[0e37869]259
[14de4227]260# If you are going to apply the patch for system graphite
261# and system harfbuzz, uncomment these lines:
262#ac_add_options --with-system-graphite2
263#ac_add_options --with-system-harfbuzz
264
265# Stripping is now enabled by default.
266# Uncomment these lines if you need to run a debugger:
267#ac_add_options --disable-strip
268#ac_add_options --disable-install-strip
269
[7251b1d]270# The BLFS editors recommend not changing anything below this line:
[495ebe07]271ac_add_options --prefix=/usr
[0e37869]272ac_add_options --enable-application=browser
[495ebe07]273
[5f5dcc2]274ac_add_options --disable-crashreporter
275ac_add_options --disable-updater
[57a8df2]276# enabling the tests will use a lot more space and significantly
277# increase the build time, for no obvious benefit.
[0e37869]278ac_add_options --disable-tests
279
[f067fa94]280# Optimization for size is broken with gcc7
[98484411]281ac_add_options --enable-optimize="-O2"
[0e37869]282
283ac_add_options --enable-official-branding
284ac_add_options --enable-safe-browsing
285ac_add_options --enable-url-classifier
286
[e29a0b1]287# From firefox-40, using system cairo caused firefox to crash
288# frequently when it was doing background rendering in a tab.
289# This appears to again work in firefox-56
290ac_add_options --enable-system-cairo
[41f2e90]291ac_add_options --enable-system-ffi
[0e37869]292ac_add_options --enable-system-pixman
293
[5f5dcc2]294ac_add_options --with-pthreads
[0e37869]295
296ac_add_options --with-system-bz2
[a0ace670]297ac_add_options --with-system-jpeg
298ac_add_options --with-system-png
299ac_add_options --with-system-zlib
[aed37975]300
[4def8b6]301mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir</literal>
[0e37869]302EOF</userinput></screen>
[b9b7146]303
[c1ae13c]304 <para>
305 Compile <application>Firefox</application> by issuing the following
306 commands:
307 </para>
[9572e88]308
[14de4227]309 <para>
310 If you have installed system versions of graphite2 and harfbuzz and wish
311 firefox to use those instead of its shipped versions, apply the patch and
312 uncomment the appropriate entries in the <filename>mozconfig</filename>
[346e269]313 file.
[14de4227]314 </para>
315
[0a4a5cd]316<screen><userinput>patch -Np1 -i ../firefox-&firefox-version;-system_graphite2_harfbuzz-1.patch</userinput></screen>
[14de4227]317
[ad5a97d]318 <para>
319 If the geolocation APIs are needed:
320 </para>
321
[e5c8de01]322 <note>
323 <para>
324 <!-- Taken from Arch Linux - an immensely helpful link - Thanks -->
325 The Google and Mozilla API Keys below are specific to LFS. If using
326 these instructions for another distro, or if you intend to distribute
327 binary copies of the software using these instructions, please obtain
328 your own keys following the instructions located at
329 <ulink url="http://www.chromium.org/developers/how-tos/api-keys"/> and
330 <ulink url="https://location.services.mozilla.com/api"/> respectively.
331 <!-- BLFS Devs, register an account at Google with your
332 @linuxfromscratch.org email address, and I'll make you an administrator
333 for the 'Google APIs for LFS' project (where the API and OAuth keys
334 were created for use in the book).-->
335 </para>
336 </note>
337
[ad5a97d]338<screen><userinput>echo "AIzaSyDxKL42zsPjbke5O8_rPVpVrLrJ8aeE9rQ" > google-key
339echo "d2284a20-0505-4927-a809-7ffaf4d91e55" > mozilla-key</userinput></screen>
340
[8b3a8979]341 <note><para>
[9572e88]342 If you are compiling <application>Firefox</application> in chroot, make
343 sure you have <envar>$SHELL</envar> environment variable set or prepend
[566fcae]344 <envar>SHELL=/bin/sh</envar>.
[8b3a8979]345 </para></note>
[9516a4f]346
[e5c6346]347<screen><userinput>make -f client.mk</userinput></screen>
[bccbdaea]348
[0e37869]349 <para>
[57a8df2]350 The <filename>mozconfig</filename> above disables the tests because
351 they use a lot more time and disk space for no obvious benefit. If
[ecffcbbc]352 you have nevertheless enabled them, you can run the tests by executing
353 <command>./mach gtest</command>. This will require a network connection,
354 and to be run from within an Xorg session - there is a popup dialog
355 when it fails to connect to ALSA (that does not create a failed test).
356 One or two tests will fail. To see the details of the failure(s) you
357 will need to log the output from that command so that you can review it.
[0e37869]358 </para>
[01ce75f8]359
[495ebe07]360 <para>
[b9f61df]361 Now, as the <systemitem class="username">root</systemitem> user:
[c1ae13c]362 </para>
[5a13c45]363
[da67029]364<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
[89cdb63d]365chown -R 0:0 /usr/lib/firefox-&firefox-version; &amp;&amp;
[5ee1266]366
367mkdir -pv /usr/lib/mozilla/plugins &amp;&amp;
[a5708ba]368ln -sfv ../../mozilla/plugins /usr/lib/firefox-&firefox-version;/browser</userinput></screen>
[aee479c]369<!--
[a5708ba]370 <para>
371 Set environment variables back to their values:
372 </para>
373
374<screen><userinput>export CFLAGS=$CFLAGS_HOLD &amp;&amp;
[6c4bb8f]375export CXXFLAGS=$CXXFLAGS_HOLD &amp;&amp;
376unset CFLAGS_HOLD CXXFLAGS_HOLD</userinput></screen>
[aee479c]377-->
[01ce75f8]378
[b81991e1]379 </sect2>
380
[361df3e]381 <sect2 role="commands">
382 <title>Command Explanations</title>
[7d09fcb9]383
[c1ae13c]384 <para>
385 <command>make -f client.mk ...</command>: Mozilla products are packaged to
386 allow the use of a configuration file which can be used to pass the
387 configuration settings to the <command>configure</command> command.
388 <command>make</command> uses the <filename>client.mk</filename> file to
389 get initial configuration and setup parameters.
390 </para>
391
392 <para>
[ec64d28]393 <command>mkdir -p /usr/lib/mozilla/plugins</command>: This checks
[c1ae13c]394 that <filename class="directory">/usr/lib/mozilla/plugins</filename>
395 exists.
396 </para>
397
398 <para>
[24da103]399 <command>ln -sv ... /usr/lib/firefox-&firefox-version;/browser</command>:
400 This command creates a symbolic link to <filename
401 class="directory">/usr/lib/mozilla/plugins</filename>. It's not really
402 needed, as <application>Firefox</application> checks <filename
403 class="directory">/usr/lib/mozilla/plugins</filename> by default, but the
404 symbolic link is made to keep all the plugins installed in one folder.
[c1ae13c]405 </para>
[fa1bc3e]406
[b81991e1]407 </sect2>
408
[88cec02]409 <sect2 role="configuration">
410 <title>Configuring Firefox</title>
411
[c1ae13c]412 <para>
413 If you use a desktop environment like <application>Gnome</application> or
414 <application>KDE</application> you may like to create a
415 <filename>firefox.desktop</filename> file so that
416 <application>Firefox</application> appears in the panel's menus. If you
417 didn't enable startup-notification in your mozconfig change the
418 StartupNotify line to false. As the
419 <systemitem class="username">root</systemitem> user:
420 </para>
[31de6e7]421
[eb5f847a]422<screen role="root"><userinput>mkdir -pv /usr/share/applications &amp;&amp;
[0e37869]423mkdir -pv /usr/share/pixmaps &amp;&amp;
[74f73ede]424
[c099902d]425cat &gt; /usr/share/applications/firefox.desktop &lt;&lt; "EOF" &amp;&amp;
[fcd66369]426<literal>[Desktop Entry]
[31de6e7]427Encoding=UTF-8
[0e37869]428Name=Firefox Web Browser
429Comment=Browse the World Wide Web
430GenericName=Web Browser
431Exec=firefox %u
432Terminal=false
[31de6e7]433Type=Application
434Icon=firefox
[0e37869]435Categories=GNOME;GTK;Network;WebBrowser;
436MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
[fcd66369]437StartupNotify=true</literal>
[31de6e7]438EOF
[74f73ede]439
[376c8c0]440ln -sfv /usr/lib/firefox-&firefox-version;/browser/icons/mozicon128.png \
[0e37869]441 /usr/share/pixmaps/firefox.png</userinput></screen>
442
[88cec02]443 </sect2>
444
[b81991e1]445 <sect2 role="content">
446 <title>Contents</title>
447
448 <segmentedlist>
449 <segtitle>Installed Programs</segtitle>
450 <segtitle>Installed Libraries</segtitle>
[c5f005b]451 <segtitle>Installed Directory</segtitle>
[b81991e1]452
453 <seglistitem>
[0e37869]454 <seg>
455 firefox
456 </seg>
[c1ae13c]457 <seg>
458 Numerous libraries, browser components, plugins, extensions, and
[dbc7eaed]459 helper modules installed in /usr/lib/firefox-&firefox-version;
[c1ae13c]460 </seg>
[7498751]461 <seg>
[7e1afc9]462 /usr/lib/firefox-&firefox-version; and /usr/lib/mozilla
[7498751]463 </seg>
[b81991e1]464 </seglistitem>
465 </segmentedlist>
466
467 <variablelist>
468 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
469 <?dbfo list-presentation="list"?>
470 <?dbhtml list-presentation="table"?>
471
472 <varlistentry id="firefox-prog">
473 <term><command>firefox</command></term>
474 <listitem>
[c1ae13c]475 <para>
[7e1afc9]476 is a <application>GTK+-3</application> internet browser that uses
477 the Mozilla Gecko rendering engine.
[c1ae13c]478 </para>
[b81991e1]479 <indexterm zone="firefox firefox-prog">
480 <primary sortas="b-firefox">firefox</primary>
481 </indexterm>
482 </listitem>
483 </varlistentry>
[0e37869]484
[b81991e1]485 </variablelist>
[0e37869]486
[b81991e1]487 </sect2>
[0e37869]488
[4d37129]489</sect1>
Note: See TracBrowser for help on using the repository browser.