forked from nss-dev/nss
-
Notifications
You must be signed in to change notification settings - Fork 0
NSPR Development
Endi S. Dewata edited this page Jul 23, 2022
·
1 revision
NSPR source code is stored Mercurial repository at https://hg.mozilla.org/projects/nspr.
$ dnf install mercurial git-remote-hg $ dnf install nss-softokn-devel nss-util-devel sqlite-devel xmlto $ dnf install clang
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