Update README to reflect reality.

git-svn-id: svn://10.0.0.236/trunk@126732 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ben%netscape.com
2002-08-08 04:49:12 +00:00
parent 2a75c00f33
commit dea34d73e5

View File

@@ -121,17 +121,19 @@
<h3>UNIX, Windows (gmake), Mac (mach-o)</h3>
<ol>
<li>Get a bog standard Mozilla tree built.</li>
<li>if you have MOZ_OBJDIR set in your mozconfig file, <kbd>cd</kbd>
to that directory</li>
<li><kbd>sh -c "CONFIG_FILES=browser/Makefile ./config.status"</kbd></li>
<li><kbd>cd browser</kbd></li>
<li><kbd>make</kbd></li>
<li>Run mozilla with arguments <kbd>-chrome chrome://browser/content/</kbd></li>
<li>Ensure that MOZ_PHOENIX is set to 1 in your .mozconfig file. A good .mozconfig file is shown below:<br>
<br>
<code>
mk_add_options MOZ_PHOENIX=1<br>
ac_add_options --enable-crypto<br>
ac_add_options --disable-tests<br>
ac_add_options --disable-debug<br>
ac_add_options --enable-optimize=-O2<br>
<br>
</code>
<li>Run the mozbrowser executable that is left in dist/bin</li>
</ol>
Note that steps 2 and 3 need only be run once.
<h2>Mac (CodeWarrior)</h2>
<p>This platform is currently not supported.</p>