The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Newsbot
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Quality
Search
Feedback


Unix Build Instructions

Daniel Nunes, leaf@mozilla.org
Last modified: Thu Apr 22 16:22:02 PDT 1999

If you're looking for documentation on developing features or fixing bugs, look at the Mozilla Hacking Guidelines. If you would like a general jumping off point for Unix issues, look at the Mozilla Unix page.

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 The Mozilla Organization.