From dea34d73e565266c74ca00749d7f070bcc21d4e9 Mon Sep 17 00:00:00 2001 From: "ben%netscape.com" Date: Thu, 8 Aug 2002 04:49:12 +0000 Subject: [PATCH] Update README to reflect reality. git-svn-id: svn://10.0.0.236/trunk@126732 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/README.html | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/mozilla/browser/README.html b/mozilla/browser/README.html index cd5be6ded5b..9f48efdafbb 100644 --- a/mozilla/browser/README.html +++ b/mozilla/browser/README.html @@ -121,17 +121,19 @@

UNIX, Windows (gmake), Mac (mach-o)

    -
  1. Get a bog standard Mozilla tree built.
  2. -
  3. if you have MOZ_OBJDIR set in your mozconfig file, cd - to that directory
  4. -
  5. sh -c "CONFIG_FILES=browser/Makefile ./config.status"
  6. -
  7. cd browser
  8. -
  9. make
  10. -
  11. Run mozilla with arguments -chrome chrome://browser/content/
  12. +
  13. Ensure that MOZ_PHOENIX is set to 1 in your .mozconfig file. A good .mozconfig file is shown below:
    +
    + + mk_add_options MOZ_PHOENIX=1
    + ac_add_options --enable-crypto
    + ac_add_options --disable-tests
    + ac_add_options --disable-debug
    + ac_add_options --enable-optimize=-O2
    +
    +
    +
  14. Run the mozbrowser executable that is left in dist/bin
- Note that steps 2 and 3 need only be run once. -

Mac (CodeWarrior)

This platform is currently not supported.