%general-entities; ]> $LastChangedBy$ $Date$ NSPR-&nspr-version; Netscape Portable Runtime Introduction to NSPR Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc like functions. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &nspr-md5sum; Download size: &nspr-size; Estimated disk space required: &nspr-buildsize; Estimated build time: &nspr-time; Additional Downloads Required Patch: User Notes: Installation of NSPR Install NSPR by running the following commands: patch -Np1 -i ../nspr-&nspr-version;-pkgconfig-2.patch && cd mozilla/nsprpub && ./configure --prefix=/usr \ --with-mozilla \ --with-pthreads && make This package does not come with a test suite. Now, as the root user: make install && cp -v -LR dist/include/nspr /usr/include Command Explanations --with-mozilla: This parameter adds Mozilla supprt to the libraries (required if you want to build any Mozilla products). --with-pthreads: This parameter forces use of the system pthreads library. Contents Installed Programs Installed Libraries Installed Directories nspr-config libnspr4.{a,so}, libplc4.{a,so}, and libplds4.{a.so} /usr/include/nspr Short Descriptions nspr-config provides compiler and linker options to other packages that use NSPR. nspr-config