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.