The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search

Unix Build Instructions

Daniel Nunes, leaf@mozilla.org
Last modified: Fri Sep 3 17:00:47 PDT 1999

For documentation on developing features or fixing bugs, look at the Mozilla Hacking Guidelines. For general Unix issues, look at the Mozilla Unix.

Other Unix Build pages

Requirements

Build the Lizard

  1. cvs co -f mozilla/client.mk
  2. cd mozilla
  3. gmake -f client.mk
To rebuild without pulling the tree,
    gmake -f client.mk build
To pull the tree,
    gmake -f client.mk checkout
To change build options, use the Unix Build Configurator

After the build

  • cd dist/bin
  • ./mozilla-apprunner.sh
  • ./mozilla-viewer.sh
Copyright © 1998-1999 The Mozilla Organization.
Last modified September 4, 1999.