Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Mar 25, 2014, 4:54:16 PM (10 years ago)
- Author:
-
datallah
- Comment:
-
Update for NSS 3.16
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v46
|
v47
|
|
12 | 12 | 1. '''Windows SDK:'''[[BR]]Download the [https://www.microsoft.com/download/en/details.aspx?id=8279 Windows SDK for Windows 7 SP1] and install it to the default location. If you have Visual Studio 2010 Pro or Ultimate installed, this step can be ignored.[[BR]]''NOTE:'' The build script below is written for Visual Studio 2010 and its included SDK - it might be necessary to tweak the script for any other configuration. |
13 | 13 | 1. '''Windows Driver Kit (WDK):'''[[BR]]Download the [https://www.microsoft.com/download/en/details.aspx?displaylang=en&id=11800 WDK for Windows 7 SP1] and install it to the default location. |
14 | | 1. '''Network Security Services (NSS) source :'''[[BR]]Download the latest version of [ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/ NSS with NSPR] (currently 3.15.4) and extract it to `c:\devel\pidgin-devel\win32-dev\nss`. |
| 14 | 1. '''Network Security Services (NSS) source :'''[[BR]]Download the latest version of [https://developer.mozilla.org/en-US/docs/NSS/NSS_Releases NSS with NSPR] (currently 3.16) and extract it to `c:\devel\pidgin-devel\win32-dev\nss`. |
15 | 15 | 1. '''MozillaBuild:'''[[BR]]Download the latest version of [ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/MozillaBuildSetup-Latest.exe MozillaBuild] and install it to `c:\devel\mozilla-build`. |
16 | | 1. '''WDK build patch:'''[[BR]]Download the [http://www.hexchat.org/ HexChat project]'s [raw-attachment:nss-wdk.2.patch WDK build patch] to `c:\devel\pidgin-devel\win32-dev\nss\nss-wdk.patch`. |
| 16 | 1. '''WDK build patch:'''[[BR]]Download the [http://www.hexchat.org/ HexChat project]'s [raw-attachment:nss-wdk-3.16.patch WDK build patch] to `c:\devel\pidgin-devel\win32-dev\nss\nss-wdk.patch`. |
17 | 17 | 1. '''WDK build script:'''[[BR]]Download [raw-attachment:build-x86.bat this build script] to `c:\devel\pidgin-devel\win32-dev\nss\build-x86.bat`. |
18 | 18 | |
… |
… |
|
30 | 30 | * Use debug runtime library (`USE_DEBUG_RTL`) |
31 | 31 | * Enable elliptic curve cryptography (`NSS_ENABLE_ECC`) |
| 32 | * This is enabled by default as of NSS 3.16 |
32 | 33 | * Disable legacy DBM database (`NSS_DISABLE_DBM`) |
33 | 34 | * Build for Windows NT (`OS_TARGET=WINNT`) |
| 35 | * Disable LDAP URI Support (`NSS_PKIX_NO_LDAP`) |
34 | 36 | |
35 | 37 | The first two options select the build type according to the matrix below: |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!