Skip to content

NSPR Development

Endi S. Dewata edited this page Jul 23, 2022 · 1 revision

Overview

NSPR source code is stored Mercurial repository at https://hg.mozilla.org/projects/nspr.

Prerequisites

$ dnf install mercurial git-remote-hg
$ dnf install nss-softokn-devel nss-util-devel sqlite-devel xmlto
$ dnf install clang

Getting Source Code

Create a sandbox folder:

$ mkdir sandbox
$ cd sandbox

To checkout NSPR source:

$ hg clone https://hg.mozilla.org/projects/nspr

or

$ git clone hg::https://hg.mozilla.org/projects/nspr

See Also