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:
-
Nov 4, 2013, 3:03:06 AM (10 years ago)
- Author:
-
datallah
- Comment:
-
Update NSS 3.15.2 (which contains layout changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v41
|
v42
|
|
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.14.3) and extract it to `c:\devel\pidgin-devel\win32-dev\nss`. |
| 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.2) 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 | 16 | 1. '''WDK build patch:'''[[BR]]Download the [http://www.hexchat.org/ HexChat project]'s [raw-attachment:nss-wdk.patch WDK build patch] to `c:\devel\pidgin-devel\win32-dev\nss\nss-wdk.patch`. |
… |
… |
|
64 | 64 | Generate the zip file for [wiki:BuildingWinPidgin]: |
65 | 65 | {{{ |
66 | | cp -R nss-<version>/mozilla/dist/WINNT5.1_OPT.OBJ/ .../pidgin-devel/win32-dev/nss-<version>-nspr-<nsprversion>/ |
67 | | cp -R nss-<version>/mozilla/dist/public/nss/* .../pidgin-devel/win32-dev/nss-<version>-nspr-<nsprversion>/include/ |
| 66 | cp -R nss-<version>/dist/WINNT5.1_OPT.OBJ/ .../pidgin-devel/win32-dev/nss-<version>-nspr-<nsprversion>/ |
| 67 | cp -R nss-<version>/dist/public/nss/* .../pidgin-devel/win32-dev/nss-<version>-nspr-<nsprversion>/include/ |
68 | 68 | cd .../pidgin-devel/win32-dev |
69 | | tar czf nss-<version>-nspr-<nsprversion>.tar.gz nss-<version>-nspr-4.9.5 |
| 69 | tar czf nss-<version>-nspr-<nsprversion>.tar.gz nss-<version>-nspr-<nsprversion> |
70 | 70 | gpg -ab nss-<version>-nspr-<nsprversion>.tar.gz |
71 | 71 | gpg --verify nss-<version>-nspr-<nsprversion>.tar.gz.asc |
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!