source: xsoft/graphweb/mozilla/mozilla-intro.xml@ 603585ab

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_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 603585ab was 603585ab, checked in by Tushar Teredesai <tushar@…>, 21 years ago

Updated desc for firebird and thunderbird

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1413 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="freetype2"/>, <xref linkend="xfree86"/>, <xref
37linkend="zip"/>, <xref linkend="expat"/>, <xref linkend="ATK"/>, <xref
38linkend="Pango"/>, <xref linkend="pkgconfig"/>, <!-- <xref
39linkend="fontconfig">, --> <xref linkend="GLib2"/>, <xref linkend="GTK2"/>,
40<xref linkend="libIDL"/>, <xref linkend="lcms"/>, <xref linkend="libjpeg"/>,
41<xref linkend="libmng"/>, <xref linkend="libpng"/> and <xref linkend="which"/>
42</para></sect4>
43</sect3>
44
45<!--
46<sect3><title>Additional downloads</title>
47<itemizedlist spacing='compact'>
48<listitem><para>Recommended patch: <ulink
49url="&patch-root;/mozilla-&mozilla-version;-default-plugin-less-annoying.patch"/></para></listitem>
50<listitem><para>Recommended patch: <ulink
51url="&patch-root;/mozilla-&mozilla-version;-already-running.patch"/></para></listitem>
52</itemizedlist>
53</sect3>
54-->
55
56</sect2>
Note: See TracBrowser for help on using the repository browser.