This build was produced on Sun Solaris 8 x86 02/02 platform and
is compatible with newer releases of Solaris (e.g., Solaris 9).

If you encounter any problem with the package, you may contact
Alan DuBoff <alan.duboff@sun.com> or John Weeks <john.weeks@sun.com>.
Please assign bugs to Bugzilla ID <john.weeks@sun.com>.

This build was made from the THUNDERBIRD_0_3_RELEASE tag in the CVS
repository (http://www.mozilla.org/cvs.html).

Mozilla Thunderbird release notes are available at:

  http://www.mozilla.org/projects/thunderbird/release-notes.html

BuildID: 20031020

Installation notes:

  * Executables are dynamically linked against GTK. For your convenience,
    the executables have been linked with:

      -R/opt/sfw/lib -R/usr/sfw/lib -R/usr/local/lib

    This will automatically reference the GTK libraries if they
    have been installed from the Solaris Companion CD
    (http://sunfreeware.com), or if you have loaded them in /usr/local/lib.

    Please note that this Sun Studio 8 compiler was used for the build, i.e.,
    don't use GTK 1.2 shared objects built with GCC. 

  * This build does not include the Java bundle.  You will need to set
    up the link yourself in order to have Java support.  See example below: 

     $ cd <mozilla-installed-location>/plugins
     $ ln -s <java-installed-location>/jre/plugin/sparc/ns610/libjavaplugin_oji.so 
      
    You can install the latest version of Java from:
      
     http://java.com 

The following tools/libraries were used for compilation:
    Sun Studio C   5.5 2003/03/12
    Sun Studio C++ 5.5 2003/03/12
    freetype-2.1.4
    glib-1.2.10
    gtk+-1.2.10
    gzip-1.2.4
    libIDL-0.6.8
    make-3.80
    perl-5.8.1
    pkgconfig-0.15.0
    tar-1.13

The following commands were issued to check out and build the distribution:

  $ cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -r THUNDERBIRD_0_3_RELEASE mozilla/client.mk
  $ cd mozilla
  $ make -f client.mk checkout
  $ cat << EOF > .mozconfig
      ac_add_options --enable-crypto
      ac_add_options --disable-mathml
      ac_add_options --disable-installer
      ac_add_options --disable-activex
      ac_add_options --disable-activex-scripting
      ac_add_options --disable-tests
      ac_add_options --disable-oji
      ac_add_options --disable-necko-disk-cache

      # Note: remove enable-optmize and disable debug if you want a debug build
      ac_add_options --enable-optimize
      ac_add_options --disable-debug

      ac_add_options --disable-profilesharing
      ac_add_options --enable-extensions=wallet,spellcheck
      ac_add_options --enable-necko-protocols=http,file,jar,viewsource,res,data

      # Note: Only include icon for mac, windows and os2
      ac_add_options --enable-image-decoders=png,gif,jpeg

      mk_add_options MOZ_THUNDERBIRD=1

    EOF

  $ MOZ_THUNDERBIRD=1; export MOZ_THUNDERBIRD
  $ CFLAGS="-O"; export CFLAGS
  $ CXXFLAGS="-O -norunpath"; export CXXFLAGS
  $ LDFLAGS="-R/opt/sfw/lib -R/usr/sfw/lib -R/usr/local/lib"; export LDFLAGS
  $ make -f client.mk build_all
  $ cd xpinstall/packager
  $ make MOZ_PKG_APPNAME="thunderbird" MOZILLA_BIN="$(DIST)/bin/thunderbird-bin"


