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

Building NSPR on Unix

17 December 1998 by Wan-Teh Chang (wtc@netscape.com)

First, set your CVSROOT environment variable to the appropriate CVS repository and check out the mozilla/nsprpub module.

    % cvs co mozilla/nsprpub
NSPR is now self-contained in the mozilla/nsprpub module. It does not depend on any other directories under mozilla, including mozilla/config.

Note: If you want to build on Unixware, you also need to check out mozilla/build, because we need the hcc shell script there.

    % cvs co mozilla/build
Now you can build NSPR from the root of the mozilla/nsprpub module.
    % cd mozilla/nsprpub
    % gmake export
The first time you do gmake export, mozilla/dist will be created. Header files and libraries are copied into the platform-specific object directory under mozilla/dist.
 

Last updated: Thu Dec 17 12:19:10 PST 1998

Copyright © 1998 Netscape Communications Corporation
Copyright © 1998-2000 The Mozilla Organization.
Last modified December 17, 1998.