source: xsoft/graphweb/firefox.xml@ cef3a2f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 cef3a2f was cef3a2f, checked in by Randy McMurchy <randy@…>, 19 years ago

Round 1 of renaming package-name entities

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

  • Property mode set to 100644
File size: 5.2 KB
RevLine 
[f939f05]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[3f810bf2]7 <!ENTITY firefox-download-http "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
8 <!ENTITY firefox-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
[d1981e0]9 <!ENTITY firefox-md5sum "49c16a71f4de014ea471be81e46b1da8">
[1a07ee0]10 <!ENTITY firefox-size "32 MB">
[d1981e0]11 <!ENTITY firefox-buildsize "564 MB">
12 <!ENTITY firefox-time "11.3 SBU">
[f939f05]13]>
14
[ffe47ca2]15<sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
[a0f03b0]16<sect1info>
[5cd0959d]17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
[a0f03b0]19</sect1info>
[6a1f1202]20<?dbhtml filename="firefox.html" ?>
[ffe47ca2]21<title>Firefox-&firefox-version;</title>
[4d37129]22
[f939f05]23<sect2>
[ffe47ca2]24<title>Introduction to <application>Firefox</application></title>
[f939f05]25
[ffe47ca2]26<para><application>Firefox</application> is a stand-alone browser
[f939f05]27based on the <application>Mozilla</application> codebase.</para>
28
29<sect3><title>Package information</title>
30<itemizedlist spacing='compact'>
31<listitem><para>Download (HTTP): <ulink
32url="&firefox-download-http;"/></para></listitem>
33<listitem><para>Download (FTP): <ulink
34url="&firefox-download-ftp;"/></para></listitem>
[d1981e0]35<listitem><para>Download MD5 sum: &firefox-md5sum;</para></listitem>
[f939f05]36<listitem><para>Download size: &firefox-size;</para></listitem>
[3e602d7a]37<listitem><para>Estimated disk space required:
[f939f05]38&firefox-buildsize;</para></listitem>
39<listitem><para>Estimated build time:
40&firefox-time;</para></listitem></itemizedlist>
41</sect3>
42
[ffe47ca2]43<sect3><title><application>Firefox</application> dependencies</title>
[f939f05]44<sect4><title>Required</title>
[a8eba10]45<para><xref linkend="gtk2"/>,
[d1981e0]46<xref linkend="libIDL"/> and
47<xref linkend="zip"/></para>
48</sect4>
49
[82f09cd1]50<sect4><title>Optional</title>
[d1981e0]51<para><xref linkend="libjpeg"/>,
52<xref linkend="unzip"/>,
53<xref linkend="gnome-vfs"/>,
54<xref linkend="libgnome"/>,
55<xref linkend="mitkrb"/> or <xref linkend="heimdal"/>
56(for the GSSAPI libraries),
[cef3a2f]57<xref linkend="doxygen"/>,
[d1981e0]58<ulink url="http://xprint.mozdev.org/">Xprint</ulink>,
[faa80ab]59<ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink> and
[d1981e0]60<ulink url="http://cairographics.org/">Cairo</ulink></para>
61</sect4>
[f939f05]62</sect3>
63
64</sect2>
65
66<sect2>
[ffe47ca2]67<title>Installation of <application>Firefox</application></title>
[f939f05]68
[488b6a53]69<para>The configuration of <application>Firefox</application> is very similar
70to <xref linkend="mozilla"/> and hence the options are not discussed. Refer to
71the <xref linkend="mozilla"/> instructions for explanations and additional
72configuration information.</para>
[f939f05]73
[ffe47ca2]74<para>Compile and install <application>Firefox</application> by
[f939f05]75running the following commands:</para>
76
77<screen><userinput><command>export MOZILLA_OFFICIAL="1" &amp;&amp;
78export BUILD_OFFICIAL="1" &amp;&amp;
79export MOZ_PHOENIX="1" &amp;&amp;
[3e602d7a]80./configure --prefix=/usr \
[0683349d]81 --with-default-mozilla-five-home=/usr/lib/firefox-1.0 \
[d1981e0]82 --with-user-appdir=.firefox \
[ffe47ca2]83 --with-system-zlib \
84 --with-system-png \
[d1981e0]85 --enable-application=browser \
[f939f05]86 --enable-default-toolkit=gtk2 \
[d1981e0]87 --enable-extensions=all,-typeaheadfind \
[ffe47ca2]88 --enable-crypto \
[d1981e0]89 --enable-xft \
[ffe47ca2]90 --enable-xinerama \
91 --enable-optimize \
92 --enable-reorder \
93 --enable-strip \
94 --enable-cpp-rtti \
[d1981e0]95 --enable-single-profile \
96 --disable-freetype2 \
97 --disable-accessibility \
98 --disable-debug \
99 --disable-tests \
100 --disable-logging \
101 --disable-pedantic \
102 --disable-installer \
103 --disable-mailnews \
104 --disable-ldap \
105 --disable-composer \
[ffe47ca2]106 --disable-profilesharing &amp;&amp;
[f939f05]107make &amp;&amp;
[488b6a53]108make install &amp;&amp;
[59daef29]109install -d /usr/include/firefox-&firefox-version;/nss &amp;&amp;
[488b6a53]110cp -Lf dist/private/nss/*.h dist/public/nss/*.h \
[d1981e0]111 /usr/include/firefox-&firefox-version;/nss</command></userinput></screen>
[ffe47ca2]112
[d1981e0]113<para>You should add the <option>--with-system-jpeg</option> switch to the
114<command>configure</command> script if you have
[ffe47ca2]115<application>libjpeg</application> installed.</para>
[f939f05]116
117<para>To enable multi-user operation, execute the following:</para>
118
[59daef29]119<screen><userinput><command>cd /usr/lib/firefox-&firefox-version; &amp;&amp;
[f939f05]120export LD_LIBRARY_PATH="$PWD" &amp;&amp;
121export MOZILLA_FIVE_HOME="$PWD" &amp;&amp;
122./regxpcom &amp;&amp;
123./regchrome &amp;&amp;
[488b6a53]124touch `find . -name *.rdf`</command></userinput></screen>
[f939f05]125
[d1981e0]126<note><para>You should run <command>/usr/bin/firefox</command> once as the
127root user (or any user with write privileges) to create some necessary
128additional files in the <filename class='directory'>/usr</filename>
[488b6a53]129hierarchy.</para></note>
[82539b8b]130
131</sect2>
132
133<sect2>
134<title>Contents</title>
135
136<para>The <application>Firefox</application> package contains
137<command>firefox</command> and numerous browser components, plugins and
138extensions.</para>
139
140</sect2>
141
142<sect2><title>Description</title>
143
144<sect3><title>firefox</title>
[1a07ee0]145<para><command>firefox</command> is the
[82539b8b]146next-generation browser from Mozilla.</para></sect3>
147
[f939f05]148</sect2>
[4d37129]149
150</sect1>
Note: See TracBrowser for help on using the repository browser.