Open main menu

CDOT Wiki β

Changes

User:Jamesboston

644 bytes added, 09:36, 21 May 2008
no edit summary
For more detailed information visit [http://zenit.senecac.on.ca/wiki/index.php/Real_World_Mozilla_Build_Mozilla_Lab Real World Mozilla Build Lab].
 
== Building on OS X ==
Build pre-requisites and instructions for OS X can be found at the [http://developer.mozilla.org/en/docs/Mac_OS_X_Build_Prerequisites#Firefox_Quick_Start Mozilla Developer Center.]
 
Although the instructions are good, it may be necessary to take a few extra steps. For instance, the build may have trouble finding the glib dependency. If this happens, try adding this to your path:
export PATH=$PATH:/sw/bin;/sw/sbin
 
If you have built Firefox in your home directory and are trying to start it from the command line try these steps:
cd ~/mozilla/dist/Minefield.app/Contents/MacOS
./firefox -Profilemanager -no-remote
= Software =