mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 15:37:16 +08:00
d1981e08e5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3099 af4574ff-66df-0310-9fd7-8a98e5e911e0
198 lines
7.6 KiB
XML
198 lines
7.6 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY thunderbird-download-http "http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;-source.tar.bz2">
|
|
<!ENTITY thunderbird-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;-source.tar.bz2">
|
|
<!ENTITY thunderbird-md5sum "232ffe434fd65f5f0284a760d6e4ba2a">
|
|
<!ENTITY thunderbird-size "33 MB">
|
|
<!ENTITY thunderbird-buildsize "608 MB">
|
|
<!ENTITY thunderbird-time "12.38 SBU">
|
|
<!ENTITY thunderbird-enigmail-version "0.89.5">
|
|
<!ENTITY thunderbird-ipc-version "1.1.2">
|
|
<!ENTITY thunderbird-enigmail-download "http://downloads.mozdev.org/enigmail/src/enigmail-&thunderbird-enigmail-version;.tar.gz">
|
|
<!ENTITY thunderbird-ipc-download "http://downloads.mozdev.org/enigmail/src/ipc-&thunderbird-ipc-version;.tar.gz">
|
|
]>
|
|
|
|
<sect1 id="thunderbird" xreflabel="Thunderbird-&thunderbird-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="thunderbird.html" ?>
|
|
<title>Thunderbird-&thunderbird-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>Thunderbird</application></title>
|
|
|
|
<para><application>Thunderbird</application> is a stand-alone
|
|
mail/news client based on the <application>Mozilla</application>
|
|
codebase.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP): <ulink
|
|
url="&thunderbird-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP): <ulink
|
|
url="&thunderbird-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download MD5 sum: &thunderbird-md5sum;</para></listitem>
|
|
<listitem><para>Download size: &thunderbird-size;</para></listitem>
|
|
<listitem><para>Estimated disk space required:
|
|
&thunderbird-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time:
|
|
&thunderbird-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
<sect3><title>Additional downloads</title>
|
|
|
|
<para>To enable the <application>Enigmail</application> extension to the
|
|
<application>Thunderbird</application> mail client, you'll need to download the
|
|
two tarballs below. The <application>Enigmail</application> extension allows
|
|
users to access the authentication and encryption features provided by the
|
|
<application>GnuPG</application> package.</para>
|
|
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para><ulink url="&thunderbird-enigmail-download;"/></para></listitem>
|
|
<listitem><para><ulink url="&thunderbird-ipc-download;"/></para></listitem>
|
|
</itemizedlist>
|
|
</sect3>
|
|
|
|
<sect3><title><application>Thunderbird</application>
|
|
dependencies</title>
|
|
<sect4><title>Required</title>
|
|
<para><xref linkend="zip"/>,
|
|
<xref linkend="GTK2"/> and
|
|
<xref linkend="libIDL"/></para>
|
|
</sect4>
|
|
|
|
<sect4><title>Recommended</title>
|
|
<para><xref linkend="gnupg"/> (for the <application>Enigmail</application>
|
|
extension)</para>
|
|
</sect4>
|
|
|
|
<sect4><title>Optional</title>
|
|
<para><xref linkend="libjpeg"/>,
|
|
<xref linkend="unzip"/>,
|
|
<xref linkend="gnome-vfs"/>,
|
|
<xref linkend="libgnome"/>,
|
|
<xref linkend="mitkrb"/> or <xref linkend="heimdal"/>
|
|
(for the GSSAPI libraries),
|
|
<xref linkend="doxygen"/>,
|
|
<ulink url="http://xprint.mozdev.org/">Xprint</ulink>,
|
|
<ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink>
|
|
and <ulink url="http://cairographics.org/">Cairo</ulink></para>
|
|
</sect4>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>Thunderbird</application></title>
|
|
|
|
<para>The configuration of <application>Thunderbird</application> is
|
|
very similar to <xref linkend="mozilla"/> and hence the options will not be
|
|
discussed. Refer to the <xref linkend="mozilla"/> instructions for
|
|
explanations and additional configuration information.</para>
|
|
|
|
<para>Compile <application>Thunderbird</application> by
|
|
running the following commands:</para>
|
|
|
|
<screen><userinput><command>export MOZILLA_OFFICIAL="1" &&
|
|
export BUILD_OFFICIAL="1" &&
|
|
export MOZ_THUNDERBIRD="1" &&
|
|
./configure --prefix=/usr \
|
|
--with-default-mozilla-five-home=/usr/lib/thunderbird-&thunderbird-version; \
|
|
--with-system-zlib \
|
|
--with-system-png \
|
|
--enable-application=mail \
|
|
--enable-default-toolkit=gtk2 \
|
|
--enable-extensions=wallet,spellcheck,xmlextras,webservices \
|
|
--enable-crypto \
|
|
--enable-xft \
|
|
--enable-xinerama \
|
|
--enable-optimize \
|
|
--enable-reorder \
|
|
--enable-strip \
|
|
--enable-cpp-rtti \
|
|
--enable-single-profile \
|
|
--enable-necko-protocols=http,file,jar,viewsource,res,data \
|
|
--enable-image-decoders=default,-xbm \
|
|
--disable-freetype2 \
|
|
--disable-accessibility \
|
|
--disable-debug \
|
|
--disable-tests \
|
|
--disable-logging \
|
|
--disable-pedantic \
|
|
--disable-installer \
|
|
--disable-profilesharing \
|
|
--disable-mathml \
|
|
--disable-oji \
|
|
--disable-plugins \
|
|
--disable-necko-disk-cache &&
|
|
make</command></userinput></screen>
|
|
|
|
<para>You should add the <option>--with-system-jpeg</option> switch to the
|
|
<command>configure</command> script if you have
|
|
<application>libjpeg</application> installed.</para>
|
|
|
|
<para>If you're building the <application>Enigmail</application> extension,
|
|
execute the following steps:</para>
|
|
|
|
<screen><userinput><command>tar zxf ../enigmail-&thunderbird-enigmail-version;.tar.gz -C extensions &&
|
|
tar zxf ../ipc-&thunderbird-ipc-version;.tar.gz -C extensions &&
|
|
build/autoconf/make-makefile extensions/ipc extensions/enigmail &&
|
|
make -C extensions/ipc &&
|
|
make -C extensions/enigmail</command></userinput></screen>
|
|
|
|
<para>Install <application>Thunderbird</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>make install &&
|
|
install -d /usr/include/thunderbird-&thunderbird-version;/nss &&
|
|
cp -Lf dist/private/nss/*.h dist/public/nss/*.h \
|
|
/usr/include/thunderbird-&thunderbird-version;/nss</command></userinput></screen>
|
|
|
|
<para>If you're installing the <application>Enigmail</application> extension,
|
|
issue the following commands:</para>
|
|
|
|
<screen><userinput><command>make -C extensions/ipc install &&
|
|
make -C extensions/enigmail install</command></userinput></screen>
|
|
|
|
<para>To enable multi-user operation, execute the following:</para>
|
|
|
|
<screen><userinput><command>cd /usr/lib/thunderbird-&thunderbird-version; &&
|
|
export LD_LIBRARY_PATH="$PWD" &&
|
|
export MOZILLA_FIVE_HOME="$PWD" &&
|
|
./regxpcom &&
|
|
./regchrome &&
|
|
touch `find . -name *.rdf`</command></userinput></screen>
|
|
|
|
<note><para>You should run <command>/usr/bin/thunderbird</command> once as
|
|
the root user (or any user with write privileges) to create some necessary
|
|
additional files in the <filename class='directory'>/usr</filename>
|
|
hierarchy.</para></note>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>Thunderbird</application> package contains
|
|
<command>thunderbird</command> and numerous email/newsgroup components,
|
|
plugins and extensions.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>thunderbird</title>
|
|
<para><command>thunderbird</command> is <application>Mozilla</application>'s
|
|
next-generation email and newsgroup client.</para></sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|