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


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