This build of mozilla 1.1 was produced on a sparc-sun-solaris2.7 platform
by Noah Friedman <friedman@splode.com>.

This build was made from the MOZILLA_1_1_RELEASE tagged sources in the CVS
repository.

Installation notes:

    * Executables are dynamically linked against Gtk.  You may need to set
      LD_LIBRARY_PATH to the directory where your Gtk 1.2 shared libraries
      are installed.  You can do this before starting mozilla or edit
      run-mozilla.sh.

    * After installing the files in this package you must run mozilla as
      the user who installed the files (e.g. root if the files are owned by
      root) once to create the file `components.reg'.  If you don't,
      mozilla will crash on startup.  This is documented behavior that
      Netscape has so far declined to fix; see
      http://bugzilla.mozilla.org/show_bug.cgi?id=49345 for details.

    * If you get a lot of warnings on startup like

          Gdk-WARNING **: shmat failed!

      then you may want to increase your shared memory segment sizes.
      On Solaris 7, you can add the following lines to /etc/system and
      reboot:

          * Set for libgtk shared memory usage
          set shmsys:shminfo_shmmax = 8388608
          set shmsys:shminfo_shmmni = 0x1000
          set shmsys:shminfo_shmseg = 0x100

      I've received reports that this isn't sufficient to quiet errors on
      Solaris 8.  Please let me know if you find settings which work.

The following tools/libraries were used for compilation:
    GCC 2.95.2
    GNU Make 3.78.1
    GTK 1.2.5

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

  $ cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -r MOZILLA_1_1_RELEASE mozilla/client.mk
  $ cd mozilla
  $ ed .mozconfig
  a
  ac_add_options --disable-tests
  ac_add_options --disable-debug
  ac_add_options --enable-optimize
  ac_add_options --disable-freetype2
  ac_add_options --enable-crypto
  ac_add_options --enable-extensions
  ac_add_options --enable-toolkit-gtk
  ac_add_options --with-gtk-prefix=/opt/lude
  ac_add_options --with-pthreads
  ac_add_options --without-system-jpeg
  ac_add_options --without-system-mng
  ac_add_options --without-system-nspr
  ac_add_options --without-system-png
  ac_add_options --without-system-zlib
  .
  w
  q
  $ export MOZILLA_OFFICIAL=1
  $ export BUILD_OFFICIAL=1
  $ make -f client.mk checkout
  $ make -f client.mk build
  $ cd xpinstall/packager
  $ make
