HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 5 and Version 6 of www-client/mozilla-firefox/2.0.0.21pre/1


Ignore:
Timestamp:
02/24/09 15:51:23 (6 years ago)
Author:
mmadia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • www-client/mozilla-firefox/2.0.0.21pre/1

    v5 v6  
    6060cd directory/c-sdk ; $AC213 ; cd ../.. 
    6161make -f client.mk build 
     62 
     63Once a build is complete, 
     64cd to your MOZ_OBJDIR/dist/bin 
     65there you will find either a seamonkey, firefox, sunbird, or thunderbird binary. 
     66For some reason yet to be discovered, seamonkey will not run from dist/bin. 
     67However, the latter three will. 
     68 
     69Now that you have tested your build, you can create an initial zip archive. 
     70cd to your MOZ_OBJDIR and run the appropriate command: 
     71seamonkey : `make -C xpinstall/packager` 
     72firefox : `make -C browser/installer` 
     73thunderbird : `make -C mail/installer` 
     74sunbird : `make -C calendar/sunbird/installer` 
     75 
     76This 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. 
     78However, since we CANNOT USE TRADEMARKS, this zip must be expanded and altered before distribution. 
     79Currently, to my knowledge the following items need to be changed: folder name,  binary name, and icon. 
     80It is possible that additional items need to be altered, but I haven't investigated it further. 
     81 
    6282}}} 
    6383 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/