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

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 b41d87a8 was b41d87a8, checked in by Igor Živković <igor@…>, 20 years ago

removed redundant mozilla dependencies

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

  • Property mode set to 100644
File size: 2.6 KB
Line 
1<sect2>
2<title>Introduction to <application>Mozilla</application></title>
3
4<para><application>Mozilla</application> is a browser suite, the Open Source
5sibling of <application>Netscape</application>. It includes the browser,
6composer, mail client, a calendar client and an <acronym>IRC</acronym> client.</para>
7
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
19the <application>Mozilla</application> instructions are mentioned.</para>
20
21<sect3><title>Package information</title>
22<itemizedlist spacing='compact'>
23<listitem><para>Download (HTTP): <ulink
24url="&mozilla-download-http;"/></para></listitem>
25<listitem><para>Download (FTP): <ulink
26url="&mozilla-download-ftp;"/></para></listitem>
27<listitem><para>Download size: &mozilla-size;</para></listitem>
28<listitem><para>Estimated Disk space required:
29&mozilla-buildsize;</para></listitem>
30<listitem><para>Estimated build time:
31&mozilla-time;</para></listitem></itemizedlist>
32</sect3>
33
34<sect3><title><application>Mozilla</application> dependencies</title>
35<sect4><title>Required</title>
36<para><xref linkend="zip"/>, <xref linkend="GTK2"/>,
37<xref linkend="libIDL"/>, <xref linkend="libmng"/> and
38<xref linkend="which"/>
39</para></sect4>
40<sect4><title>Recommended</title>
41<para><xref linkend="gnupg"/> (for Enigmail extension)
42</para></sect4>
43</sect3>
44
45<sect3><title>Additional downloads</title>
46<itemizedlist spacing='compact'>
47<listitem><para><ulink url="http://enigmail.mozdev.org/">Enigmail Extension</ulink>
48(Useful only if Mozilla Mail is built): <ulink
49url="http://downloads.mozdev.org/enigmail/src/enigmail-&enigmail-version;.tar.gz"/></para></listitem>
50<listitem><para><ulink url="http://enigmail.mozdev.org/">Inter Process Communicaton Extension</ulink>
51(Needed for Enigmail): <ulink
52url="http://downloads.mozdev.org/enigmail/src/ipc-&ipc-version;.tar.gz"/></para></listitem>
53</itemizedlist>
54</sect3>
55
56</sect2>
Note: See TracBrowser for help on using the repository browser.