NSS/Build System
< NSS
Prerequisites to building with gyp
Steps to build with gyp
./build.sh
- If
NSS_GYP_GEN=1is set,build.shruns gyp to generate ninja files.
Build Options
- 32-bit builds on 64-bit machines:
-Dtarget_arch=ia32(gyp argument) - disable_tests
- disable_dbm
- disable_libpkix
- ssl_enable_zlib
- mozilla_client
- cross compiling
-DOS=android(gyp argument) CCandCCCcan be used to set the used compiler