# HG changeset patch # User Andre Heinecke # Date 1396968631 0 # Node ID 18b31e2498a3aa16b7cc480be9ddf5c8bee82df7 # Parent 3261b2a9cab7ddcc5359376633d130d179c29f2e Build / dependency notes for nss diff -r 3261b2a9cab7 -r 18b31e2498a3 build.sh --- 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 diff -r 3261b2a9cab7 -r 18b31e2498a3 cinst/README_NSS --- /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