source: xsoft/graphweb/mozilla/mozilla-intro.xml@ cf47a113

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
Last change on this file since cf47a113 was d85847c, checked in by Tushar Teredesai <tushar@…>, 20 years ago

mozilla notes and compressdoc fix

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

  • Property mode set to 100644
File size: 2.9 KB
RevLine 
[2aaa7e5]1<sect2>
[21456e1]2<title>Introduction to <application>Mozilla</application></title>
[2aaa7e5]3
[46bca118]4<para><application>Mozilla</application> is a browser suite, the Open Source
[21456e1]5sibling of <application>Netscape</application>. It includes the browser,
[603585ab]6composer, mail client, a calendar client and an <acronym>IRC</acronym> client.</para>
[21456e1]7
[603585ab]8<para>The Mozilla project also hosts two subprojects that aim to cater to the needs
9of users who don't need the complete browser suite or like to have seperate applications
10for browsing and e-mail. These subprojects are
11<ulink url="http://www.mozilla.org/products/firebird/">Mozilla Firebird</ulink>,
12(a stand-alone browser based on the Mozilla source code) and
13<ulink url="http://www.mozilla.org/projects/thunderbird/">Mozilla Thunderbird</ulink>,
14(a stand-alone mail client based on the Mozilla source code). The build instructions
15for these two applications are discussed in this section instead of having a
16seperate section since the build instructions are very similar to those for
17<application>Mozilla</application>. In addition, because of the similarity,
18only the changes required with respect to
[d85847c]19the <application>Mozilla</application> instructions are mentioned.
20The source for these
21projects can be downloaded from their homepages mentioned above. Note that it is
22not possible to interchange the source, that is <application>Mozilla Firebird</application>
23or <application>Mozilla Thunderbird</application> cannot be built from
24<application>Mozilla</application> source code.</para>
[0f47226]25
[21456e1]26<sect3><title>Package information</title>
27<itemizedlist spacing='compact'>
28<listitem><para>Download (HTTP): <ulink
29url="&mozilla-download-http;"/></para></listitem>
30<listitem><para>Download (FTP): <ulink
31url="&mozilla-download-ftp;"/></para></listitem>
32<listitem><para>Download size: &mozilla-size;</para></listitem>
33<listitem><para>Estimated Disk space required:
34&mozilla-buildsize;</para></listitem>
35<listitem><para>Estimated build time:
36&mozilla-time;</para></listitem></itemizedlist>
37</sect3>
[2aaa7e5]38
[21456e1]39<sect3><title><application>Mozilla</application> dependencies</title>
40<sect4><title>Required</title>
[b41d87a8]41<para><xref linkend="zip"/>, <xref linkend="GTK2"/>,
42<xref linkend="libIDL"/>, <xref linkend="libmng"/> and
43<xref linkend="which"/>
[21456e1]44</para></sect4>
[f92a515]45<sect4><title>Recommended</title>
46<para><xref linkend="gnupg"/> (for Enigmail extension)
47</para></sect4>
[21456e1]48</sect3>
[2aaa7e5]49
[e16b1a6]50<sect3><title>Additional downloads</title>
51<itemizedlist spacing='compact'>
[f92a515]52<listitem><para><ulink url="http://enigmail.mozdev.org/">Enigmail Extension</ulink>
53(Useful only if Mozilla Mail is built): <ulink
54url="http://downloads.mozdev.org/enigmail/src/enigmail-&enigmail-version;.tar.gz"/></para></listitem>
55<listitem><para><ulink url="http://enigmail.mozdev.org/">Inter Process Communicaton Extension</ulink>
56(Needed for Enigmail): <ulink
57url="http://downloads.mozdev.org/enigmail/src/ipc-&ipc-version;.tar.gz"/></para></listitem>
[e16b1a6]58</itemizedlist>
59</sect3>
[2aaa7e5]60
61</sect2>
Note: See TracBrowser for help on using the repository browser.