Ignore:
Timestamp:
09/27/2003 11:40:25 PM (21 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_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8a69010
Parents:
a75063d4
Message:

Updated Mozilla; Added Firebird and Thunderbird

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

File:
1 edited

Legend:

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

    ra75063d4 r0f47226  
    77<screen><userinput><command>export MOZILLA_OFFICIAL="1" &amp;&amp;
    88export BUILD_OFFICIAL="1" &amp;&amp;
     9<!--
    910export MOZ_INTERNAL_LIBART_LGPL="1" &amp;&amp;
    10 <!--
    1111cd extensions &amp;&amp;
    1212rm -rf spellcheck &amp;&amp;
     
    4444            --disable-logging --enable-reorder \
    4545            --enable-strip \
    46             --enable-cpp-rtti --enable-extensions=all \
    47             --enable-svg &amp;&amp;
     46            --enable-cpp-rtti --enable-extensions=all &amp;&amp;
    4847make &amp;&amp;
    4948make install &amp;&amp;
     
    9796
    9897</sect2>
     98
     99<sect2>
     100<title>Additional build notes for <application>Mozilla Firebird</application> &firebird-version;</title>
     101
     102<para>Add the following env variable (The variable is named Phoenix since
     103that was the original name for the Mozilla Firebird project):</para>
     104
     105<screen><userinput><command>export MOZILLA_PHOENIX="1"</command></userinput></screen>
     106
     107<para>Make sure that the following switches are passed to
     108<command>./configure</command>: <command>--disable-calendar</command> and
     109<command>--disable-mailnews</command>.</para>
     110
     111<para>We recommend installing in a seperate prefix
     112such as <command>--prefix=/opt/firebird-&firebird-version;</command>
     113to prevent clashes with
     114an installed <application>Mozilla</application>.</para>
     115
     116<para>The <application>Mozilla Firebird</application> executable is
     117<command>MozillaFirebird</command>.</para>
     118
     119</sect2>
     120
     121<sect2>
     122<title>Additional build notes for <application>Mozilla Thunderbird</application> &thunderbird-version;</title>
     123
     124<para>Add the following env variable:</para>
     125
     126<screen><userinput><command>export MOZ_THUNDERBIRD="1"</command></userinput></screen>
     127
     128<para>Make sure that the following switche is passed to
     129<command>./configure</command>: <command>--disable-calendar</command>.</para>
     130
     131<para>We recommend installing in a seperate prefix
     132such as <command>--prefix=/opt/thunderbird-&thunderbird-version;</command>
     133to prevent clashes with
     134an installed <application>Mozilla</application>.</para>
     135
     136<para>The <application>Mozilla Thunderbird</application> executable is
     137<command>thunderbird</command>.</para>
     138
     139</sect2>
Note: See TracChangeset for help on using the changeset viewer.