 |
 |
|
 |
 |
 |
1. Introduction
2. Requirements/Environment
3. Get the Code
4. Build the Lizard
5. After the Build
This document is intended as an express-lane for building
mozilla on redhat linux systems on intel machines.
- Download the following (into an empty directory, preferrably):
- Try running the following commands:
(note: you need to be root, and run them from the directory you saved
the above rpms into)
- Everything else you need should be provided with Redhat linux 5.1
(or later).
- Change directories to the toplevel mozilla/ directory.
- Run the following commands:
After the build there are two primary executables:
viewer and apprunner. These are symbolically
linked to from mozilla/dist/bin. At the moment,
apprunner is the closest thing to a browser. The
viewer program serves as a test application for the
layout engine.
To run these, you need to either:
setenv LD_LIBRARY_PATH `pwd`
or
export LD_LIBRARY_PATH=`pwd`
from the mozilla/dist/bin directory before running.
Daniel Nunes,
leaf@mozilla.org
Last modified: Fri Feb 26 20:22:01 PST 1999
|
 |
 |