Changeset ffe47ca2 for xsoft


Ignore:
Timestamp:
07/15/2004 11:52:34 AM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
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
Children:
d0eaca0
Parents:
dc04b84
Message:

Updated to Firefox-0.9.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    rdc04b84 rffe47ca2  
    77  <!ENTITY firefox-download-http "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/firefox-source-&firefox-version;.tar.bz2">
    88  <!ENTITY firefox-download-ftp  "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/firefox-source-&firefox-version;.tar.bz2">
    9   <!ENTITY firefox-size          "30 MB">
    10   <!ENTITY firefox-buildsize     "550 MB">
    11   <!ENTITY firefox-time          "10.14 SBU">
     9  <!ENTITY firefox-size          "33 MB">
     10  <!ENTITY firefox-buildsize     "532 MB">
     11  <!ENTITY firefox-time          "10.1 SBU">
    1212]>
    1313
    14 <sect1 id="firefox" xreflabel="Mozilla Firefox-&firefox-version;">
     14<sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
    1515<?dbhtml filename="firefox.html" ?>
    16 <title>Mozilla Firefox-&firefox-version;</title>
     16<title>Firefox-&firefox-version;</title>
    1717
    1818<sect2>
    19 <title>Introduction to <application>Mozilla Firefox</application></title>
     19<title>Introduction to <application>Firefox</application></title>
    2020
    21 <para><application>Mozilla Firefox</application> is a stand-alone browser
     21<para><application>Firefox</application> is a stand-alone browser
    2222based on the <application>Mozilla</application> codebase.</para>
    2323
     
    3838<itemizedlist spacing="compact">
    3939<listitem><para>Required Patch: <ulink
    40 url="&patch-root;/firefox-&firefox-version;-ft218-1.patch"/></para></listitem>
     40url="&patch-root;/firefox-&firefox-version;-ft218-2.patch"/></para></listitem>
    4141</itemizedlist></sect3>
    4242
    43 <sect3><title><application>Mozilla Firefox</application> dependencies</title>
     43<sect3><title><application>Firefox</application> dependencies</title>
    4444<sect4><title>Required</title>
    4545<para>
     
    5050<sect4><title>Optional</title>
    5151<para>
    52 <xref linkend="unzip"/> and
     52<xref linkend="libjpeg"/>,
     53<xref linkend="unzip"/>,
     54<xref linkend="gnome-vfs"/>,
     55<xref linkend="mitkrb"/> or <xref linkend="heimdal"/>,
     56<ulink url="http://xprint.mozdev.org/">Xprint</ulink>,
     57<ulink url="http://cairographics.org/">Cairo</ulink> and
    5358<ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
    54 <!-- Add these on 0.9.2 update
    55 <xref linkend="gnome-vfs"/>
    56 <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>
    57 -->
    5859</para></sect4>
    5960</sect3>
     
    6263
    6364<sect2>
    64 <title>Installation of <application>Mozilla Firefox</application></title>
     65<title>Installation of <application>Firefox</application></title>
    6566
    66 <para>The configuration of <application>Mozilla Firefox</application> is
     67<para>The configuration of <application>Firefox</application> is
    6768very similar to <xref linkend="mozilla"/> and hence the options
    6869will not be discussed. Refer to the <xref linkend="mozilla"/> for
    6970explanations and additional configuration information.</para>
    7071
    71 <para>Compile and install <application>Mozilla Firefox</application> by
     72<para>Compile and install <application>Firefox</application> by
    7273running the following commands:</para>
    7374
     
    7576export BUILD_OFFICIAL="1" &amp;&amp;
    7677export MOZ_PHOENIX="1" &amp;&amp;
    77 patch -Np1 -i ../firefox-&firefox-version;-ft218-1.patch &amp;&amp;
     78patch -Np1 -i ../firefox-&firefox-version;-ft218-2.patch &amp;&amp;
    7879./configure --prefix=/opt/firefox-&firefox-version; \
     80            --with-system-zlib \
     81            --with-system-png \
    7982            --enable-default-toolkit=gtk2 \
    80             --with-x --with-system-zlib \
    81             --with-system-jpeg --with-system-png \
    82             --enable-xft --enable-crypto \
    83             --disable-accessibility \
    84             --disable-tests --disable-debug \
    85             --disable-logging --enable-reorder \
    86             --enable-strip --disable-pedantic \
    87             --enable-cpp-rtti --enable-extensions=all \
    88             --disable-calendar --disable-mailnews &amp;&amp;
     83            --disable-mailnews \
     84            --disable-ldap \
     85            --enable-xft \
     86            --enable-crypto \
     87            --enable-xinerama \
     88            --enable-single-profile \
     89            --disable-composer \
     90            --enable-extensions=all \
     91            --disable-installer \
     92            --disable-tests \
     93            --disable-debug \
     94            --enable-optimize \
     95            --disable-logging \
     96            --enable-reorder \
     97            --enable-strip \
     98            --disable-pedantic \
     99            --enable-cpp-rtti \
     100            --disable-profilesharing &amp;&amp;
    89101make &amp;&amp;
    90 make install &amp;&amp;
    91 ln -sf /opt/firefox-&firefox-version;/bin/firefox /usr/bin/MozillaFirefox</command></userinput></screen>
     102make install</command></userinput></screen>
     103
     104<para>You might want to add the <option>--with-system-jpeg</option>
     105switch to the <command>configure</command> script if you have
     106<application>libjpeg</application> installed.</para>
    92107
    93108<para>To enable multi-user operation, execute the following:</para>
    94109
    95 <screen><userinput><command>cd /opt/firefox-&firefox-version;/lib/mozilla-* &amp;&amp;
     110<screen><userinput><command>cd /opt/firefox-&firefox-version;/lib/firefox-&firefox-version; &amp;&amp;
    96111export LD_LIBRARY_PATH="$PWD" &amp;&amp;
    97112export MOZILLA_FIVE_HOME="$PWD" &amp;&amp;
     
    103118
    104119</sect1>
    105 
Note: See TracChangeset for help on using the changeset viewer.