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 Jun 10 15:28:15 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.