source: xsoft/graphweb/firefox.xml@ 19022367

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 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 nosym 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 19022367 was 0bcaa9a6, checked in by Ken Moffat <ken@…>, 9 years ago

firefox-41.0

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

  • Property mode set to 100644
File size: 13.2 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<!-- 550 Permission denied.
9 <!ENTITY firefox-download-ftp "&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2"> -->
10 <!ENTITY firefox-download-ftp " ">
[0bcaa9a6]11 <!ENTITY firefox-md5sum "81324515c2f562db8c4800ebafaa5d25">
12 <!ENTITY firefox-size "153 MB">
13 <!ENTITY firefox-buildsize "4.0 GB (77 MB installed)">
14 <!ENTITY firefox-time "39 SBU">
[f939f05]15]>
16
[ffe47ca2]17<sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
[b81991e1]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
[c1ae13c]34 <para>
35 <application>Firefox</application> is a stand-alone browser based on the
36 <application>Mozilla</application> codebase.
37 </para>
[b81991e1]38
[c02ea85]39 &lfs78_checked;
[76ae9a2]40
[b81991e1]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[c1ae13c]44 <para>
45 Download (HTTP): <ulink url="&firefox-download-http;"/>
46 </para>
[b81991e1]47 </listitem>
48 <listitem>
[c1ae13c]49 <para>
50 Download (FTP): <ulink url="&firefox-download-ftp;"/>
51 </para>
[b81991e1]52 </listitem>
53 <listitem>
[c1ae13c]54 <para>
55 Download MD5 sum: &firefox-md5sum;
56 </para>
[b81991e1]57 </listitem>
58 <listitem>
[c1ae13c]59 <para>
60 Download size: &firefox-size;
61 </para>
[b81991e1]62 </listitem>
63 <listitem>
[c1ae13c]64 <para>
65 Estimated disk space required: &firefox-buildsize;
66 </para>
[b81991e1]67 </listitem>
68 <listitem>
[c1ae13c]69 <para>
70 Estimated build time: &firefox-time;
71 </para>
[b81991e1]72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Firefox Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
[c1ae13c]78 <para role="required">
79 <xref linkend="alsa-lib"/>,
80 <xref linkend="gtk2"/>,
[59a6b63]81 <xref linkend="nss"/>,
82 <xref linkend="unzip"/>,
[479e03a]83 <xref linkend="yasm"/>, and
84 <xref linkend="zip"/>
[c1ae13c]85 </para>
86
[1555d3d]87 <bridgehead renderas="sect4">Recommended</bridgehead>
[c1ae13c]88 <para role="recommended">
[7bf10b1]89 <xref linkend="icu"/>,
[0e37869]90 <xref linkend="libevent"/>,
[479e03a]91 <xref linkend="libvpx"/>, and
[a30a874]92 <xref linkend="sqlite"/>
[c1ae13c]93 </para>
[1555d3d]94
[0e37869]95 <note>
96 <para>
[b9f61df]97 If you don't install recommended dependencies, then internal copies of
98 those packages will be used. They might be tested to work, but they can
99 be out of date or contain security holes.
[0e37869]100 </para>
101 </note>
102
[5be3a74]103 <note>
104 <para>
[204c71d5]105 With <application>Firefox-31.0</application> and later versions, you
106 must have installed <application>Openssl</application> before
[b9f61df]107 <application>Python 2</application> or the build system will quickly
[5be3a74]108 fail with output including "ImportError: cannot import name
[0c3e9be8]109 HTTPSHandler". If you are in any doubt about this (e.g. upgrading from
110 an older version of Firefox), check if
111 <filename>/usr/lib/python&python2-majorver;/lib-dynload/_ssl.so</filename>
112 exists. If it does not, reinstall <xref linkend="python2"/> (after
[b9f61df]113 installing <xref linkend="openssl"/>. The latest version of any
[0c3e9be8]114 <emphasis>currently maintained</emphasis> version of Openssl should be
[59a6b63]115 satisfactory if already installed.
[5be3a74]116 </para>
117 </note>
118
[b81991e1]119 <bridgehead renderas="sect4">Optional</bridgehead>
[c1ae13c]120 <para role="optional">
[6c64623f]121 <xref linkend="curl"/>,
[c1ae13c]122 <xref linkend="dbus-glib"/>,
123 <xref linkend="doxygen"/>,
[c011125]124 <xref linkend="gst10-plugins-base"/> (with
125 <xref linkend="gst10-plugins-good"/> and
126 <xref linkend="gst10-libav"/> at runtime),
[c1ae13c]127 <xref linkend="libnotify"/>,
[26fa7d2]128 <xref linkend="openjdk"/>,
129 <xref linkend="pulseaudio"/>,
[0e37869]130 <xref linkend="startup-notification"/>,
[566fcae]131 <xref linkend="valgrind"/>,
[6000a3e]132 <xref linkend="wget"/>,
[73b06df]133 <xref linkend="wireless_tools"/>,
[59a6b63]134 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>,
135 <ulink url="http://sourceforge.net/projects/liboauth/files/">liboauth</ulink>, and
[6c6990c]136 <ulink url="https://code.google.com/p/libproxy/">libproxy</ulink>, and
137 <ulink url="https://www.rust-lang.org/">Rust</ulink>
[c1ae13c]138 </para>
139
140 <para condition="html" role="usernotes">
141 User Notes: <ulink url="&blfs-wiki;/firefox"/>
142 </para>
[b81991e1]143 </sect2>
144
145 <sect2 role="installation">
146 <title>Installation of Firefox</title>
147
[f72a04a]148 <para>
[b9f61df]149 The configuration of <application>Firefox</application> is accomplished
150 by creating a <filename>mozconfig</filename> file containing the desired
151 configuration options. A default <filename>mozconfig</filename> is
152 created below. To see the entire list of available configuration options
153 (and an abbreviated description of each one), issue <command>./configure
[c1ae13c]154 --help</command>. You may also wish to review the entire file and
[b9f61df]155 uncomment any other desired options. Create the file by issuing the
156 following command:
[c1ae13c]157 </para>
[5a13c45]158
[0e37869]159<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
[dcb0fe6]160<literal># If you have a multicore machine, all cores will be used by default.
161# If desired, you can reduce the number of cores used, e.g. to 1, by
162# uncommenting the next line and setting a valid number of CPU cores.
163#mk_add_options MOZ_MAKE_FLAGS="-j1"
164
165# If you have installed DBus-Glib comment out this line:
[74eaf91]166ac_add_options --disable-dbus
[aed37975]167
[32cca2cd]168# If you have installed dbus-glib, and you have installed (or will install)
169# wireless-tools, and you wish to use geolocation web services, comment out
170# this line
[6d1bf0e]171ac_add_options --disable-necko-wifi
172
[0e37869]173# If you have installed libnotify comment out this line:
[e144d87]174ac_add_options --disable-libnotify
175
[686a89a3]176# GStreamer is necessary for H.264 video playback in HTML5 Video Player;
177# to be enabled, also remember to set "media.gstreamer.enabled" to "true"
[5a1d752]178# in about:config. If you have GStreamer 1.x.y, comment out this line and
179# uncomment the following one:
180ac_add_options --disable-gstreamer
[c011125]181#ac_add_options --enable-gstreamer=1.0
[48ae92a]182
183# Uncomment these lines if you have installed optional dependencies:
[0e37869]184#ac_add_options --enable-system-hunspell
185#ac_add_options --enable-startup-notification
[495ebe07]186
[27fd492b]187# Comment out following option if you have PulseAudio installed
188ac_add_options --disable-pulseaudio
[a30a874]189<!-- Does not work uncommented
[0e37869]190# If you have not installed Yasm then uncomment this line:
[a30a874]191#ac_add_options - -disable-webm
192-->
[0e37869]193# Comment out following options if you have not installed
194# recommended dependencies:
195ac_add_options --enable-system-sqlite
196ac_add_options --with-system-libevent
197ac_add_options --with-system-libvpx
198ac_add_options --with-system-nspr
199ac_add_options --with-system-nss
[7bf10b1]200ac_add_options --with-system-icu
[0e37869]201
[7251b1d]202# The BLFS editors recommend not changing anything below this line:
[495ebe07]203ac_add_options --prefix=/usr
[0e37869]204ac_add_options --enable-application=browser
[495ebe07]205
[5f5dcc2]206ac_add_options --disable-crashreporter
207ac_add_options --disable-updater
[0e37869]208ac_add_options --disable-tests
209
210ac_add_options --enable-optimize
211ac_add_options --enable-strip
212ac_add_options --enable-install-strip
213
214ac_add_options --enable-gio
215ac_add_options --enable-official-branding
216ac_add_options --enable-safe-browsing
217ac_add_options --enable-url-classifier
218
[0bcaa9a6]219# From firefox-40, using system cairo causes firefox to crash
220# frequently when it is doing background rendering in a tab.
221#ac_add_options --enable-system-cairo
[41f2e90]222ac_add_options --enable-system-ffi
[0e37869]223ac_add_options --enable-system-pixman
224
[5f5dcc2]225ac_add_options --with-pthreads
[0e37869]226
227ac_add_options --with-system-bz2
[a0ace670]228ac_add_options --with-system-jpeg
229ac_add_options --with-system-png
230ac_add_options --with-system-zlib
[aed37975]231
[4def8b6]232mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir</literal>
[0e37869]233EOF</userinput></screen>
[b9b7146]234
[c1ae13c]235 <para>
236 Compile <application>Firefox</application> by issuing the following
237 commands:
238 </para>
[9572e88]239
[8b3a8979]240 <note><para>
[9572e88]241 If you are compiling <application>Firefox</application> in chroot, make
242 sure you have <envar>$SHELL</envar> environment variable set or prepend
[566fcae]243 <envar>SHELL=/bin/sh</envar>.
[8b3a8979]244 </para></note>
[566fcae]245
[dcb0fe6]246<screen><userinput>make -f client.mk</userinput></screen>
[bccbdaea]247
[0e37869]248 <para>
249 This package does not come with a test suite.
250 </para>
[01ce75f8]251
[495ebe07]252 <para>
[b9f61df]253 Now, as the <systemitem class="username">root</systemitem> user:
[c1ae13c]254 </para>
[5a13c45]255
[da67029]256<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
[74f73ede]257
[5ee1266]258chown -R 0:0 /usr/lib/firefox-&firefox-version; &amp;&amp;
259
260mkdir -pv /usr/lib/mozilla/plugins &amp;&amp;
261ln -sfv ../../mozilla/plugins \
262 /usr/lib/firefox-&firefox-version;/browser</userinput></screen>
[01ce75f8]263
[b81991e1]264 </sect2>
265
[361df3e]266 <sect2 role="commands">
267 <title>Command Explanations</title>
[566fcae]268
[c1ae13c]269 <para>
270 <command>make -f client.mk ...</command>: Mozilla products are packaged to
271 allow the use of a configuration file which can be used to pass the
272 configuration settings to the <command>configure</command> command.
273 <command>make</command> uses the <filename>client.mk</filename> file to
274 get initial configuration and setup parameters.
275 </para>
276
[495ebe07]277 <para>
278 <command>make -C firefox-build-dir install</command>: This runs
279 <command>make install</command> in firefox-build-dir.
280 </para>
281
[c1ae13c]282 <para>
[ec64d28]283 <command>ln -sfv ... /usr/bin/firefox</command>: This puts a symbolic link
284 to the <command>firefox</command> executable in your <envar>PATH</envar>
285 variable.
[c1ae13c]286 </para>
287
288 <para>
[ec64d28]289 <command>mkdir -p /usr/lib/mozilla/plugins</command>: This checks
[c1ae13c]290 that <filename class="directory">/usr/lib/mozilla/plugins</filename>
291 exists.
292 </para>
293
294 <para>
[24da103]295 <command>ln -sv ... /usr/lib/firefox-&firefox-version;/browser</command>:
296 This command creates a symbolic link to <filename
297 class="directory">/usr/lib/mozilla/plugins</filename>. It's not really
298 needed, as <application>Firefox</application> checks <filename
299 class="directory">/usr/lib/mozilla/plugins</filename> by default, but the
300 symbolic link is made to keep all the plugins installed in one folder.
[c1ae13c]301 </para>
[fa1bc3e]302
[b81991e1]303 </sect2>
304
[88cec02]305 <sect2 role="configuration">
306 <title>Configuring Firefox</title>
307
[c1ae13c]308 <para>
[06ec5081]309 If you did not add the <option>--disable-webm</option> option to your
[c1ae13c]310 <filename>mozconfig</filename>, your <application>Firefox</application>
311 can play most YouTube videos without the need for the flash plugin. To
312 enable this, go to <ulink url="http://www.youtube.com/html5"/> and click
313 on 'Join the HTML5 Trial' (needs cookies enabled).
314 </para>
315
316 <para>
317 If you use a desktop environment like <application>Gnome</application> or
318 <application>KDE</application> you may like to create a
319 <filename>firefox.desktop</filename> file so that
320 <application>Firefox</application> appears in the panel's menus. If you
321 didn't enable startup-notification in your mozconfig change the
322 StartupNotify line to false. As the
323 <systemitem class="username">root</systemitem> user:
324 </para>
[31de6e7]325
[eb5f847a]326<screen role="root"><userinput>mkdir -pv /usr/share/applications &amp;&amp;
[0e37869]327mkdir -pv /usr/share/pixmaps &amp;&amp;
[74f73ede]328
[c099902d]329cat &gt; /usr/share/applications/firefox.desktop &lt;&lt; "EOF" &amp;&amp;
[fcd66369]330<literal>[Desktop Entry]
[31de6e7]331Encoding=UTF-8
[0e37869]332Name=Firefox Web Browser
333Comment=Browse the World Wide Web
334GenericName=Web Browser
335Exec=firefox %u
336Terminal=false
[31de6e7]337Type=Application
338Icon=firefox
[0e37869]339Categories=GNOME;GTK;Network;WebBrowser;
340MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
[fcd66369]341StartupNotify=true</literal>
[31de6e7]342EOF
[74f73ede]343
[376c8c0]344ln -sfv /usr/lib/firefox-&firefox-version;/browser/icons/mozicon128.png \
[0e37869]345 /usr/share/pixmaps/firefox.png</userinput></screen>
346
[88cec02]347 </sect2>
348
[b81991e1]349 <sect2 role="content">
350 <title>Contents</title>
351
352 <segmentedlist>
353 <segtitle>Installed Programs</segtitle>
354 <segtitle>Installed Libraries</segtitle>
[c5f005b]355 <segtitle>Installed Directory</segtitle>
[b81991e1]356
357 <seglistitem>
[0e37869]358 <seg>
359 firefox
360 </seg>
[c1ae13c]361 <seg>
362 Numerous libraries, browser components, plugins, extensions, and
363 helper modules installed in
[0e37869]364 <filename class="directory">/usr/lib/firefox-&firefox-version;</filename>
[c1ae13c]365 </seg>
[7498751]366 <seg>
[0e37869]367 /usr/lib/firefox-&firefox-version;
[7498751]368 </seg>
[b81991e1]369 </seglistitem>
370 </segmentedlist>
371
372 <variablelist>
373 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
374 <?dbfo list-presentation="list"?>
375 <?dbhtml list-presentation="table"?>
376
377 <varlistentry id="firefox-prog">
378 <term><command>firefox</command></term>
379 <listitem>
[c1ae13c]380 <para>
[0e37869]381 is a <application>GTK+ 2</application> internet browser that uses the
[a38269c]382 Mozilla Gecko rendering engine.
[c1ae13c]383 </para>
[b81991e1]384 <indexterm zone="firefox firefox-prog">
385 <primary sortas="b-firefox">firefox</primary>
386 </indexterm>
387 </listitem>
388 </varlistentry>
[0e37869]389
[b81991e1]390 </variablelist>
[0e37869]391
[b81991e1]392 </sect2>
[0e37869]393
[4d37129]394</sect1>
Note: See TracBrowser for help on using the repository browser.