Changeset 0f47226 for xsoft


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

Location:
xsoft/graphweb/mozilla
Files:
5 edited

Legend:

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

    ra75063d4 r0f47226  
    33
    44<para>No specific configuration is required as long as the <command>mozilla
    5 </comand> binary is in the path for the user. If you have installed mozilla in
    6 a non-standard location such as &mozilla-prefix;, then make a sym-link to the
    7 <command>mozilla</command> binary from <filename>/usr/bin</filename>.</para>
     5</comand> binary is in the path for the user. If <application>Mozilla</application>
     6is installed in a non-standard location, then make a sym-link to the
     7<command>mozilla</command> binary from <filename>/usr/bin</filename>.
     8Same thing applies for <application>Mozilla Firebird</application> and
     9<application>Mozilla Thunderbird</application>.</para>
    810
    911<para>Many applications look for <command>netscape</command> when they need to
     
    1315
    1416<para>For installing various <application>Mozilla</application> plugins, refer
    15 to the above mentioned <acronym>URL</acronym> for the <application>Mozilla
    16 </application> hint.</para>
     17to <ulink url="http://plugindoc.mozdev.org/linux.html">Mozdev's PluginDoc Project</ulink></para>
    1718
    1819</sect2>
  • xsoft/graphweb/mozilla/mozilla-exp.xml

    ra75063d4 r0f47226  
    33
    44<para><screen><command>export MOZILLA_OFFICIAL="1" &amp;&amp;
    5 export BUILD_OFFICIAL="1" &amp;&amp;
    6 export MOZ_INTERNAL_LIBART_LGPL="1"</command></screen>
     5export BUILD_OFFICIAL="1"</command></screen>
    76Set some variables that affect what and how it is built. The first two exports
    87specify that we are building a distribution. The last export specifies that we
     
    4645switch to <command>--enable-extensions="default,-venkman,-inspector,-irc"</command>.</para>
    4746
    48 <para><command>--enable-svg</command> : Enable <acronym>SVG</acronym>
    49 (Scalable Vector Graphics) support.</para>
    50 
    5147<para><screen><command>install -d &mozilla-prefix;/include/mozilla-&mozilla-version;/nss
    5248cp -Lf dist/private/nss/*.h dist/public/nss/*.h \
  • 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>
  • xsoft/graphweb/mozilla/mozilla-intro.xml

    ra75063d4 r0f47226  
    77calendar component is also being built but it is not yet integrated into the
    88stable <application>Mozilla</application> releases.</para>
     9
     10<para>In this section we also mention the building of <application>Mozilla Firebird</application>,
     11(a stand-alone browser based on the Mozilla source code) and <application>Mozilla Thunderbird</application>,
     12(a stand-alone mail client based on the Mozilla source code). Since the build instructions
     13for <application>Mozilla Firebird</application> and <application>Mozilla Thunderbird</application>
     14are similar to <application>Mozilla</application>, only the changes required with respect to
     15the <application>Mozilla</application> instructions are mentioned.</para>
    916
    1017<sect3><title>Package information</title>
  • xsoft/graphweb/mozilla/mozilla.ent

    ra75063d4 r0f47226  
    77<!ENTITY mozilla-buildsize "550 MB">
    88<!ENTITY mozilla-version "1.4">
     9<!ENTITY firebird-version "0.6.1">
     10<!ENTITY thunderbird-version "0.2">
    911<!ENTITY mozilla-prefix "/usr">
    1012<!ENTITY mozilla-download-http "http://ftp.mozilla.org/pub/mozilla/releases/mozilla&mozilla-version;/src/mozilla-source-&mozilla-version;.tar.bz2">
Note: See TracChangeset for help on using the changeset viewer.