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


Mozilla for Rhapsody Project

Pulling the client

setenv CVSROOT :pserver:anonymous@cvs.mozilla.org:/cvsroot
cvs login  (password = anonymous)
cvs checkout mozilla/client.mk
gmake -f mozilla/client.mk checkout
Building it

#
# You'll need to install autoconf, m4, perl5, gnu's make.
# 

# Build NSPR
gmake -f mozilla/client.mk nspr

# Build the client
gmake -f mozilla/client.mk build

#
# Work-around for -lm not-found error, to be fixed in 1.0:
#
# ln -s /System/Library/Frameworks/System.framework/System /usr/lib/libm.dylib
#


Last updated Wed Nov 25 11:22:42 PST 1998
mcafee@netscape.com



Copyright © 1998 The Mozilla Organization.