source: xsoft/graphweb/firefox.xml@ 77dc17a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.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 77dc17a was 77dc17a, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Remove unneeded sed in FireFox

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

  • Property mode set to 100644
File size: 14.7 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">
[59a6b63]8 <!ENTITY firefox-download-ftp " ">
[98484411]9 <!ENTITY firefox-md5sum "bf4643f9a95f13adf8336532490ea3d2">
10 <!ENTITY firefox-size "205 MB">
11 <!ENTITY firefox-buildsize "5.3 GB (111 MB installed)">
12 <!ENTITY firefox-time "17 SBU (with parallelism=4)">
[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
[57ddf485]37 &lfs80_checked;
[98484411]38 &gcc7_checked;
[76ae9a2]39
[b81991e1]40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
[c1ae13c]43 <para>
44 Download (HTTP): <ulink url="&firefox-download-http;"/>
45 </para>
[b81991e1]46 </listitem>
47 <listitem>
[c1ae13c]48 <para>
49 Download (FTP): <ulink url="&firefox-download-ftp;"/>
50 </para>
[b81991e1]51 </listitem>
52 <listitem>
[c1ae13c]53 <para>
54 Download MD5 sum: &firefox-md5sum;
55 </para>
[b81991e1]56 </listitem>
57 <listitem>
[c1ae13c]58 <para>
59 Download size: &firefox-size;
60 </para>
[b81991e1]61 </listitem>
62 <listitem>
[c1ae13c]63 <para>
64 Estimated disk space required: &firefox-buildsize;
65 </para>
[b81991e1]66 </listitem>
67 <listitem>
[c1ae13c]68 <para>
69 Estimated build time: &firefox-time;
70 </para>
[b81991e1]71 </listitem>
72 </itemizedlist>
73
[14de4227]74 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
75 <itemizedlist spacing="compact">
76 <listitem>
77 <para>
78 Optional patch to allow system versions of <xref linkend="graphite2"/>
79 and <xref linkend="harfbuzz"/> - this should be regarded as experimental
[ef82450c]80 <ulink url="&patch-root;/firefox-&firefox-version;-system_graphite2_harfbuzz-1.patch"/>
[14de4227]81 </para>
82 </listitem>
83 </itemizedlist>
84
[f06c692]85 <note>
86 <para>
87 The tarball <emphasis>firefox-&firefox-version;.source.tar.xz</emphasis>
88 will untar to <emphasis>firefox-&firefox-version;</emphasis> directory.
[37bf7b1]89 It will also reset the permissions of the current directory to 0755 if you
90 have permisison to do that. If you do this in a directory where
91 the sticky bit is set, such
[dc9a18a]92 as <filename class="directory">/tmp</filename> it will end with error
93 messages:
94 </para>
95
96<literallayout>tar: .: Cannot utime: Operation not permitted
97tar: .: Cannot change mode to rwxr-xr-t: Operation not permitted
98tar: Exiting with failure status due to previous errors
99</literallayout>
100
101 <para>
102 This does finish with non-zero status, but it does
103 <emphasis>NOT</emphasis> mean there is a real problem.
104 Do not untar as the <systemitem class="username">root</systemitem> user
105 in a directory where the sticky bit is set - that will unset it.
[f06c692]106 </para>
107 </note>
108
[b81991e1]109 <bridgehead renderas="sect3">Firefox Dependencies</bridgehead>
110
111 <bridgehead renderas="sect4">Required</bridgehead>
[c1ae13c]112 <para role="required">
[14de4227]113 <xref linkend="autoconf213"/>,
[ce3aa34]114 <xref linkend="cargo"/>,
[ac105103]115 both <xref linkend="gtk3"/> and
[be0bd12]116 <xref linkend="gtk2"/>,
[59a6b63]117 <xref linkend="nss"/>,
[be0bd12]118 <xref linkend="pulseaudio"/>
[81b3e7fd]119 (or
[0603be6f]120 <xref linkend="alsa-lib"/> if you edit the mozconfig;
[be0bd12]121 now deprecated by mozilla),
[59a6b63]122 <xref linkend="unzip"/>,
[479e03a]123 <xref linkend="yasm"/>, and
124 <xref linkend="zip"/>
[c1ae13c]125 </para>
126
[1555d3d]127 <bridgehead renderas="sect4">Recommended</bridgehead>
[c1ae13c]128 <para role="recommended">
[7bf10b1]129 <xref linkend="icu"/>,
[0e37869]130 <xref linkend="libevent"/>,
[479e03a]131 <xref linkend="libvpx"/>, and
[a30a874]132 <xref linkend="sqlite"/>
[c1ae13c]133 </para>
[1555d3d]134
[0e37869]135 <note>
136 <para>
[b9f61df]137 If you don't install recommended dependencies, then internal copies of
138 those packages will be used. They might be tested to work, but they can
139 be out of date or contain security holes.
[0e37869]140 </para>
141 </note>
142
[5be3a74]143 <note>
144 <para>
[204c71d5]145 With <application>Firefox-31.0</application> and later versions, you
146 must have installed <application>Openssl</application> before
[b9f61df]147 <application>Python 2</application> or the build system will quickly
[5be3a74]148 fail with output including "ImportError: cannot import name
[0c3e9be8]149 HTTPSHandler". If you are in any doubt about this (e.g. upgrading from
150 an older version of Firefox), check if
151 <filename>/usr/lib/python&python2-majorver;/lib-dynload/_ssl.so</filename>
152 exists. If it does not, reinstall <xref linkend="python2"/> (after
[44204a0]153 installing <xref linkend="openssl"/>). The latest version of any
[0c3e9be8]154 <emphasis>currently maintained</emphasis> version of Openssl should be
[59a6b63]155 satisfactory if already installed.
[5be3a74]156 </para>
157 </note>
158
[b81991e1]159 <bridgehead renderas="sect4">Optional</bridgehead>
[c1ae13c]160 <para role="optional">
[6c64623f]161 <xref linkend="curl"/>,
[c1ae13c]162 <xref linkend="dbus-glib"/>,
163 <xref linkend="doxygen"/>,
[d525da9c]164 <xref linkend="GConf"/>,
[dc9a18a]165 <xref linkend="ffmpeg"/> (runtime),
[9d2268bb]166 <xref linkend="libwebp"/>,
[26fa7d2]167 <xref linkend="openjdk"/>,
[0e37869]168 <xref linkend="startup-notification"/>,
[566fcae]169 <xref linkend="valgrind"/>,
[6000a3e]170 <xref linkend="wget"/>,
[73b06df]171 <xref linkend="wireless_tools"/>,
[b09ed46a]172 <ulink url="https://hunspell.github.io/">Hunspell</ulink>,
[7090d94]173 <phrase revision="sysv"><ulink url="http://sourceforge.net/projects/liboauth/files/">liboauth</ulink></phrase>
174 <phrase revision="systemd"><xref linkend="liboauth"/></phrase>,
[14de4227]175 <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>,
176 and (with the patch)
177 <xref linkend="graphite2"/> and
178 <xref linkend="harfbuzz"/>
[c1ae13c]179 </para>
180
181 <para condition="html" role="usernotes">
182 User Notes: <ulink url="&blfs-wiki;/firefox"/>
183 </para>
[b81991e1]184 </sect2>
185
186 <sect2 role="installation">
187 <title>Installation of Firefox</title>
188
[f72a04a]189 <para>
[b9f61df]190 The configuration of <application>Firefox</application> is accomplished
191 by creating a <filename>mozconfig</filename> file containing the desired
192 configuration options. A default <filename>mozconfig</filename> is
193 created below. To see the entire list of available configuration options
194 (and an abbreviated description of each one), issue <command>./configure
[c1ae13c]195 --help</command>. You may also wish to review the entire file and
[b9f61df]196 uncomment any other desired options. Create the file by issuing the
197 following command:
[c1ae13c]198 </para>
[5a13c45]199
[0e37869]200<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
[dcb0fe6]201<literal># If you have a multicore machine, all cores will be used by default.
202# If desired, you can reduce the number of cores used, e.g. to 1, by
203# uncommenting the next line and setting a valid number of CPU cores.
204#mk_add_options MOZ_MAKE_FLAGS="-j1"
205
[7090d94]206# If you have installed dbus-glib, comment out this line:
[74eaf91]207ac_add_options --disable-dbus
[aed37975]208
[32cca2cd]209# If you have installed dbus-glib, and you have installed (or will install)
210# wireless-tools, and you wish to use geolocation web services, comment out
211# this line
[6d1bf0e]212ac_add_options --disable-necko-wifi
213
[48ae92a]214# Uncomment these lines if you have installed optional dependencies:
[0e37869]215#ac_add_options --enable-system-hunspell
216#ac_add_options --enable-startup-notification
[495ebe07]217
[81b3e7fd]218# Uncomment the following option if you have not installed PulseAudio
219#ac_add_options --disable-pulseaudio
220# and uncomment this if you installed alsa-lib instead of PulseAudio
221#ac_add_options --enable-alsa
[89cdb63d]222
223# If you have installed GConf, comment out this line
224ac_add_options --disable-gconf
225
[0e37869]226# Comment out following options if you have not installed
227# recommended dependencies:
228ac_add_options --enable-system-sqlite
229ac_add_options --with-system-libevent
230ac_add_options --with-system-libvpx
231ac_add_options --with-system-nspr
232ac_add_options --with-system-nss
[7bf10b1]233ac_add_options --with-system-icu
[0e37869]234
[14de4227]235# If you are going to apply the patch for system graphite
236# and system harfbuzz, uncomment these lines:
237#ac_add_options --with-system-graphite2
238#ac_add_options --with-system-harfbuzz
239
240# Stripping is now enabled by default.
241# Uncomment these lines if you need to run a debugger:
242#ac_add_options --disable-strip
243#ac_add_options --disable-install-strip
244
[7251b1d]245# The BLFS editors recommend not changing anything below this line:
[495ebe07]246ac_add_options --prefix=/usr
[0e37869]247ac_add_options --enable-application=browser
[495ebe07]248
[5f5dcc2]249ac_add_options --disable-crashreporter
250ac_add_options --disable-updater
[0e37869]251ac_add_options --disable-tests
252
[98484411]253# Full optimization is broken with gcc7
254ac_add_options --enable-optimize="-O2"
[0e37869]255
256ac_add_options --enable-gio
257ac_add_options --enable-official-branding
258ac_add_options --enable-safe-browsing
259ac_add_options --enable-url-classifier
260
[0bcaa9a6]261# From firefox-40, using system cairo causes firefox to crash
262# frequently when it is doing background rendering in a tab.
[d8ddab5]263#ac_add_options --enable-system-cairo
[41f2e90]264ac_add_options --enable-system-ffi
[0e37869]265ac_add_options --enable-system-pixman
266
[5f5dcc2]267ac_add_options --with-pthreads
[0e37869]268
269ac_add_options --with-system-bz2
[a0ace670]270ac_add_options --with-system-jpeg
271ac_add_options --with-system-png
272ac_add_options --with-system-zlib
[aed37975]273
[4def8b6]274mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir</literal>
[0e37869]275EOF</userinput></screen>
[b9b7146]276
[c1ae13c]277 <para>
278 Compile <application>Firefox</application> by issuing the following
279 commands:
280 </para>
[9572e88]281
[14de4227]282 <para>
283 If you have installed system versions of graphite2 and harfbuzz and wish
284 firefox to use those instead of its shipped versions, apply the patch and
285 uncomment the appropriate entries in the <filename>mozconfig</filename>
[cfb68cc]286 file. This also ensures that the system versions linked by
287 <filename>libmozgtk.so</filename> match those used in
288 <filename>libxul.so</filename>:
[14de4227]289 </para>
290
[0a4a5cd]291<screen><userinput>patch -Np1 -i ../firefox-&firefox-version;-system_graphite2_harfbuzz-1.patch</userinput></screen>
[14de4227]292
[8b3a8979]293 <note><para>
[9572e88]294 If you are compiling <application>Firefox</application> in chroot, make
295 sure you have <envar>$SHELL</envar> environment variable set or prepend
[566fcae]296 <envar>SHELL=/bin/sh</envar>.
[8b3a8979]297 </para></note>
[9516a4f]298
[e5c6346]299<screen><userinput>make -f client.mk</userinput></screen>
[bccbdaea]300
[0e37869]301 <para>
302 This package does not come with a test suite.
303 </para>
[01ce75f8]304
[495ebe07]305 <para>
[b9f61df]306 Now, as the <systemitem class="username">root</systemitem> user:
[c1ae13c]307 </para>
[5a13c45]308
[da67029]309<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
[89cdb63d]310chown -R 0:0 /usr/lib/firefox-&firefox-version; &amp;&amp;
[5ee1266]311
312mkdir -pv /usr/lib/mozilla/plugins &amp;&amp;
[a5708ba]313ln -sfv ../../mozilla/plugins /usr/lib/firefox-&firefox-version;/browser</userinput></screen>
[aee479c]314<!--
[a5708ba]315 <para>
316 Set environment variables back to their values:
317 </para>
318
319<screen><userinput>export CFLAGS=$CFLAGS_HOLD &amp;&amp;
[6c4bb8f]320export CXXFLAGS=$CXXFLAGS_HOLD &amp;&amp;
321unset CFLAGS_HOLD CXXFLAGS_HOLD</userinput></screen>
[aee479c]322-->
[01ce75f8]323
[b81991e1]324 </sect2>
325
[361df3e]326 <sect2 role="commands">
327 <title>Command Explanations</title>
[7d09fcb9]328
[c1ae13c]329 <para>
330 <command>make -f client.mk ...</command>: Mozilla products are packaged to
331 allow the use of a configuration file which can be used to pass the
332 configuration settings to the <command>configure</command> command.
333 <command>make</command> uses the <filename>client.mk</filename> file to
334 get initial configuration and setup parameters.
335 </para>
336
337 <para>
[ec64d28]338 <command>mkdir -p /usr/lib/mozilla/plugins</command>: This checks
[c1ae13c]339 that <filename class="directory">/usr/lib/mozilla/plugins</filename>
340 exists.
341 </para>
342
343 <para>
[24da103]344 <command>ln -sv ... /usr/lib/firefox-&firefox-version;/browser</command>:
345 This command creates a symbolic link to <filename
346 class="directory">/usr/lib/mozilla/plugins</filename>. It's not really
347 needed, as <application>Firefox</application> checks <filename
348 class="directory">/usr/lib/mozilla/plugins</filename> by default, but the
349 symbolic link is made to keep all the plugins installed in one folder.
[c1ae13c]350 </para>
[fa1bc3e]351
[b81991e1]352 </sect2>
353
[88cec02]354 <sect2 role="configuration">
355 <title>Configuring Firefox</title>
356
[c1ae13c]357 <para>
358 If you use a desktop environment like <application>Gnome</application> or
359 <application>KDE</application> you may like to create a
360 <filename>firefox.desktop</filename> file so that
361 <application>Firefox</application> appears in the panel's menus. If you
362 didn't enable startup-notification in your mozconfig change the
363 StartupNotify line to false. As the
364 <systemitem class="username">root</systemitem> user:
365 </para>
[31de6e7]366
[eb5f847a]367<screen role="root"><userinput>mkdir -pv /usr/share/applications &amp;&amp;
[0e37869]368mkdir -pv /usr/share/pixmaps &amp;&amp;
[74f73ede]369
[c099902d]370cat &gt; /usr/share/applications/firefox.desktop &lt;&lt; "EOF" &amp;&amp;
[fcd66369]371<literal>[Desktop Entry]
[31de6e7]372Encoding=UTF-8
[0e37869]373Name=Firefox Web Browser
374Comment=Browse the World Wide Web
375GenericName=Web Browser
376Exec=firefox %u
377Terminal=false
[31de6e7]378Type=Application
379Icon=firefox
[0e37869]380Categories=GNOME;GTK;Network;WebBrowser;
381MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
[fcd66369]382StartupNotify=true</literal>
[31de6e7]383EOF
[74f73ede]384
[376c8c0]385ln -sfv /usr/lib/firefox-&firefox-version;/browser/icons/mozicon128.png \
[0e37869]386 /usr/share/pixmaps/firefox.png</userinput></screen>
387
[88cec02]388 </sect2>
389
[b81991e1]390 <sect2 role="content">
391 <title>Contents</title>
392
393 <segmentedlist>
394 <segtitle>Installed Programs</segtitle>
395 <segtitle>Installed Libraries</segtitle>
[c5f005b]396 <segtitle>Installed Directory</segtitle>
[b81991e1]397
398 <seglistitem>
[0e37869]399 <seg>
400 firefox
401 </seg>
[c1ae13c]402 <seg>
403 Numerous libraries, browser components, plugins, extensions, and
[dbc7eaed]404 helper modules installed in /usr/lib/firefox-&firefox-version;
[c1ae13c]405 </seg>
[7498751]406 <seg>
[7e1afc9]407 /usr/lib/firefox-&firefox-version; and /usr/lib/mozilla
[7498751]408 </seg>
[b81991e1]409 </seglistitem>
410 </segmentedlist>
411
412 <variablelist>
413 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
414 <?dbfo list-presentation="list"?>
415 <?dbhtml list-presentation="table"?>
416
417 <varlistentry id="firefox-prog">
418 <term><command>firefox</command></term>
419 <listitem>
[c1ae13c]420 <para>
[7e1afc9]421 is a <application>GTK+-3</application> internet browser that uses
422 the Mozilla Gecko rendering engine.
[c1ae13c]423 </para>
[b81991e1]424 <indexterm zone="firefox firefox-prog">
425 <primary sortas="b-firefox">firefox</primary>
426 </indexterm>
427 </listitem>
428 </varlistentry>
[0e37869]429
[b81991e1]430 </variablelist>
[0e37869]431
[b81991e1]432 </sect2>
[0e37869]433
[4d37129]434</sect1>
Note: See TracBrowser for help on using the repository browser.