mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 17:57:47 +08:00
40 lines
1.6 KiB
XML
40 lines
1.6 KiB
XML
|
<sect2>
|
||
|
<title>Installation of <application>Mozilla Thunderbird</application></title>
|
||
|
|
||
|
<para>The configuration of <application>Mozilla Thunderbird</application> is
|
||
|
very similar to <xref linkend="mozilla"/> and hence the options
|
||
|
will not be discussed. Refer to the <xref linkend="mozilla"/> for
|
||
|
explainations and additional configuration information.</para>
|
||
|
|
||
|
<para>Compile and install <application>Mozilla 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=/opt/thunderbird-&thunderbird-version; \
|
||
|
--enable-default-toolkit=gtk2 \
|
||
|
--with-x --with-system-zlib \
|
||
|
--with-system-jpeg --with-system-png --with-system-mng \
|
||
|
--enable-xft --enable-crypto \
|
||
|
--disable-accessibility \
|
||
|
--disable-tests --disable-debug \
|
||
|
--disable-logging --enable-reorder \
|
||
|
--enable-strip --disable-pedantic \
|
||
|
--enable-cpp-rtti --enable-extensions=all \
|
||
|
--disable-calendar &&
|
||
|
make &&
|
||
|
make install &&
|
||
|
ln -sf /opt/thunderbird-&thunderbird-version;/bin/thunderbird /usr/bin/MozillaThunderbird</command></userinput></screen>
|
||
|
|
||
|
<para>To enable multi-user operation, execute the following:</para>
|
||
|
|
||
|
<screen><userinput><command>cd /opt/thunderbird--&thunderbird-version;/lib/mozilla-* &&
|
||
|
export LD_LIBRARY_PATH="$PWD" &&
|
||
|
export MOZILLA_FIVE_HOME="$PWD" &&
|
||
|
./regxpcom &&
|
||
|
./regchrome &&
|
||
|
touch `find $PWD -name *.rdf`</command></userinput></screen>
|
||
|
|
||
|
</sect2>
|