Mercurial > trustbridge
changeset 328:18b31e2498a3
Build / dependency notes for nss
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 08 Apr 2014 14:50:31 +0000 |
parents | 3261b2a9cab7 |
children | b1059360a0c7 |
files | build.sh cinst/README_NSS |
diffstat | 2 files changed, 17 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/build.sh Tue Apr 08 16:28:07 2014 +0200 +++ b/build.sh Tue Apr 08 14:50:31 2014 +0000 @@ -18,7 +18,9 @@ mkdir -p build-windows cd build-windows cmake .. \ - -DCMAKE_PREFIX_PATH="~/ubuntu/src/mxe/usr/i686-w64-mingw32.static/qt5;~/ubuntu/src/mxe/usr/i686-w64-mingw32.static" \ + -DCMAKE_PREFIX_PATH="~/ubuntu/src/mxe/usr/i686-w64-mingw32.static/qt5;~/ubuntu/src/mxe/usr/i686-w64-mingw32.static;" \ + -DNSS_INCLUDEDIR="/nss-3.12.7/include;/nss-3.12.7/public/nss" \ + -DNSS_LIBDIR="/nss-3.12.7/lib" \ -DCMAKE_TOOLCHAIN_FILE='~/ubuntu/src/mxe/usr/i686-w64-mingw32.static/share/cmake/mxe-conf.cmake' \ -DCMAKE_VERBOSE_MAKEFILE=True nice make -j8
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cinst/README_NSS Tue Apr 08 14:50:31 2014 +0000 @@ -0,0 +1,14 @@ +When linking against a shared nss build the nss installation program +has the following NSS run time dependencies: + + - nssckbi.dll + - smime3.dll + - nss3.dll + - nssdbm3.dll + - softokn3.dll + - sqlite3.dll + - freebl3.dll + - nssutil3.dll + - libplc4.dll + - libplds4.dll + - libnspr4.dll