Changeset 4d37129 for xsoft/graphweb


Ignore:
Timestamp:
02/23/2004 01:29:29 AM (20 years ago)
Author:
Tushar Teredesai <tushar@…>
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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
eb98bc3
Parents:
ae9f142
Message:

Thunderbird and Firefox updated

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

Location:
xsoft/graphweb
Files:
3 added
3 deleted
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox/firefox-inst.xml

    rae9f142 r4d37129  
    11<sect2>
    2 <title>Installation of <application>Mozilla Firebird</application></title>
     2<title>Installation of <application>Mozilla Firefox</application></title>
    33
    4 <para>The configuration of <application>Mozilla Firebird</application> is
     4<para>The configuration of <application>Mozilla Firefox</application> is
    55very similar to <xref linkend="mozilla"/> and hence the options
    66will not be discussed. Refer to the <xref linkend="mozilla"/> for
    77explanations and additional configuration information.</para>
    88
    9 <para>Compile and install <application>Mozilla Firebird</application> by
     9<para>Compile and install <application>Mozilla Firefox</application> by
    1010running the following commands:</para>
    1111
     
    1313export BUILD_OFFICIAL="1" &amp;&amp;
    1414export MOZ_PHOENIX="1" &amp;&amp;
    15 ./configure --prefix=/opt/firebird-&firebird-version; \
     15./configure --prefix=/opt/firefox-&firefox-version; \
    1616            --enable-default-toolkit=gtk2 \
    1717            --with-x --with-system-zlib \
     
    2626make &amp;&amp;
    2727make install &amp;&amp;
    28 ln -sf /opt/firebird-&firebird-version;/bin/MozillaFirebird /usr/bin/MozillaFirebird</command></userinput></screen>
     28ln -sf /opt/firefox-&firefox-version;/bin/firefox /usr/bin/MozillaFirefox</command></userinput></screen>
    2929
    3030<para>To enable multi-user operation, execute the following:</para>
    3131
    32 <screen><userinput><command>cd /opt/firebird-&firebird-version;/lib/mozilla-* &amp;&amp;
     32<screen><userinput><command>cd /opt/firefox-&firefox-version;/lib/mozilla-* &amp;&amp;
    3333export LD_LIBRARY_PATH="$PWD" &amp;&amp;
    3434export MOZILLA_FIVE_HOME="$PWD" &amp;&amp;
  • xsoft/graphweb/graphweb.xml

    rae9f142 r4d37129  
    77
    88&mozilla;
    9 &firebird;
     9&firefox;
    1010&galeon;
    1111&xsoft-graphweb-konq;
  • xsoft/graphweb/mozilla/mozilla-config.xml

    rae9f142 r4d37129  
    66is installed in a non-standard location, then make a sym-link to the
    77<command>mozilla</command> binary from <filename class="directory">/usr/bin</filename>.
    8 Same thing applies for <application>Mozilla Firebird</application> and
     8Same thing applies for <application>Mozilla Firefox</application> and
    99<application>Mozilla Thunderbird</application>.</para>
    1010
  • xsoft/graphweb/mozilla/mozilla-intro.xml

    rae9f142 r4d37129  
    99of users who don't need the complete browser suite or like to have seperate applications
    1010for browsing and e-mail. These subprojects are
    11 <ulink url="http://www.mozilla.org/products/firebird/">Mozilla Firebird</ulink>,
     11<ulink url="http://www.mozilla.org/products/firefox/">Mozilla Firefox</ulink>,
    1212(a stand-alone browser based on the Mozilla source code) and
    1313<ulink url="http://www.mozilla.org/projects/thunderbird/">Mozilla Thunderbird</ulink>,
     
    1616
    1717<itemizedlist>
    18 <listitem><para><xref linkend="firebird"/></para></listitem>
     18<listitem><para><xref linkend="firefox"/></para></listitem>
    1919<listitem><para><xref linkend="thunderbird"/></para></listitem>
    2020</itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.