145
edits
m (Removed some Qualcomm-specific stuff) |
|||
| Line 196: | Line 196: | ||
== Building Installers == | == Building Installers == | ||
Once you're done building the application, you also have the option of building the installer. Instructions are [http://developer.mozilla.org/en/docs/Build_and_Install#Installing_Your_Build here], but they basically just say to cd in to <code>''MOZ_OBJDIR''/mail/installer</code>, and do a <code>make</code> from there (or <code>make | Once you're done building the application, you also have the option of building the installer. Instructions are [http://developer.mozilla.org/en/docs/Build_and_Install#Installing_Your_Build here], but they basically just say to cd in to <code>''MOZ_OBJDIR''/mail/installer</code>, and do a <code>make</code> from there (or <code>make installer</code> for Windows). Also for Windows, the instructions note there are some extra tools needed to build the self-extracting installer. For Mac universal binary builds, do the make from <code>''MOZ_OBJDIR''/ppc/mail/installer</code>. After building it, the Windows installer can be found in <code>''MOZ_OBJDIR''/dist/install/sea/</code>. The Mac disk image will be in <code>''MOZ_OBJDIR''/ppc/dist/</code>. | ||
=== Customizing Mac Disk Images === | === Customizing Mac Disk Images === | ||
edits