readme.txt (12395228) | readme.txt (eb863655) |
---|---|
1Relation between nss, moz, moz_prebuilt 2--------------------------------------- 3nss contains the security libraries which are also part of moz. However nss is 4meant to be more current, that is, it to be updated more often. This 5should be easier than updating moz. 6 7When nss is build, it depends on an environment variable (ENABLE_NSS_MODULE) 8which is by default set to YES. In this case nss is build before moz. The nss --- 33 unchanged lines hidden (view full) --- 42sun/moz_prebuilt/zipped/makefile.mk 43 44See also 45http://www.mozilla.org/projects/security/pki/nss/tech-notes/tn6.html 46 47 48Windows builds of nss 49--------------------- | 1Relation between nss, moz, moz_prebuilt 2--------------------------------------- 3nss contains the security libraries which are also part of moz. However nss is 4meant to be more current, that is, it to be updated more often. This 5should be easier than updating moz. 6 7When nss is build, it depends on an environment variable (ENABLE_NSS_MODULE) 8which is by default set to YES. In this case nss is build before moz. The nss --- 33 unchanged lines hidden (view full) --- 42sun/moz_prebuilt/zipped/makefile.mk 43 44See also 45http://www.mozilla.org/projects/security/pki/nss/tech-notes/tn6.html 46 47 48Windows builds of nss 49--------------------- |
50To build mozilla on windows you'll need the mozilla build tools | 50To build nss on Windows you need the MozillaBuild tools. |
51 | 51 |
52Build requirements containing the link to the build tools: 53https://developer.mozilla.org/en/Windows_Build_Prerequisites#ss2.2 | 52Wiki page containing the link to the build tools: 53https://wiki.mozilla.org/MozillaBuild#Overview |
54 | 54 |
55The direct link: | 55The direct link (latest supported version): 56https://ftp.mozilla.org/pub/mozilla/libraries/win32/MozillaBuildSetup-3.4.exe |
56 | 57 |
57http://ftp.mozilla.org/pub/mozilla/libraries/win32/MozillaBuildSetup-2.2.0.exe 58 | |
59libsqlite3 60---------- 61The problem described here was found on Mac with OS 10.6 62NSS cannot use the system sqlite on Mac because the base line is still MacOS 6310.4. That system sqlite is incompatible with the softokn3 in nss which requires 64a later version of sqlite. 65When we used a more current Mac SDK then we could set 66NSS_USE_SYSTEM_SQLITE=1 67to build using the system sqlite. 68 69We cannot deliver sqlite in the lib directory of the solver. This directory is 70used by tools of the build environment. Using the sqlite from NSS breaks the 71tools if they use system libraries which are linked with the system 72sqlite. Therefore we deliver it into lib/sqlite on unix systems. 73 74See also issue 75http://qa.openoffice.org/issues/show_bug.cgi?id=106132 | 58libsqlite3 59---------- 60The problem described here was found on Mac with OS 10.6 61NSS cannot use the system sqlite on Mac because the base line is still MacOS 6210.4. That system sqlite is incompatible with the softokn3 in nss which requires 63a later version of sqlite. 64When we used a more current Mac SDK then we could set 65NSS_USE_SYSTEM_SQLITE=1 66to build using the system sqlite. 67 68We cannot deliver sqlite in the lib directory of the solver. This directory is 69used by tools of the build environment. Using the sqlite from NSS breaks the 70tools if they use system libraries which are linked with the system 71sqlite. Therefore we deliver it into lib/sqlite on unix systems. 72 73See also issue 74http://qa.openoffice.org/issues/show_bug.cgi?id=106132 |