| | 62 | |
| | 63 | Once a build is complete, |
| | 64 | cd to your MOZ_OBJDIR/dist/bin |
| | 65 | there you will find either a seamonkey, firefox, sunbird, or thunderbird binary. |
| | 66 | For some reason yet to be discovered, seamonkey will not run from dist/bin. |
| | 67 | However, the latter three will. |
| | 68 | |
| | 69 | Now that you have tested your build, you can create an initial zip archive. |
| | 70 | cd to your MOZ_OBJDIR and run the appropriate command: |
| | 71 | seamonkey : `make -C xpinstall/packager` |
| | 72 | firefox : `make -C browser/installer` |
| | 73 | thunderbird : `make -C mail/installer` |
| | 74 | sunbird : `make -C calendar/sunbird/installer` |
| | 75 | |
| | 76 | This command will place an appropriately named zipfile in MOZ_OBJDIR/dist/ |
| | 77 | ''Note:'' If using Mozilla's trademarks were not an issue, then this zip would be ready for distribution. |
| | 78 | However, since we CANNOT USE TRADEMARKS, this zip must be expanded and altered before distribution. |
| | 79 | Currently, to my knowledge the following items need to be changed: folder name, binary name, and icon. |
| | 80 | It is possible that additional items need to be altered, but I haven't investigated it further. |
| | 81 | |