Перевод не завершен. Пожалуйста, помогите перевести эту статью с английского.
Netscape Portable Runtime (NSPR) платформо-нейтральный API для функций системного уровня и libc-подобных. API используется в клиентах Mozilla, многих серверных приложениях Red Hat и Sun, а также другом ПО.
Getting NSPR
NSPR is available in various source and binary packages, depending on your platform:
- Windows: Build the source package, using the NSPR build instructions.
- Mac: Install the MacPorts nspr package, or the Homebrew nspr package.
- Ubuntu: Install the libnspr4-dev package via
apt-get.
- Debian: Install the libnspr4-dev package via
apt-get
. - openSUSE Linux: Install one or more of the following via
yast
orzypper
:- mozilla-nspr : Binary libraries for your platform
- mozilla-nspr-32bit : Binary libraries needed to run 32-bit programs on a 64-bit OS
- mozilla-nspr-devel : Files needed (in addition to the above libraries) to compile programs using NSPR
- mozilla-nspr-debuginfo : Debug information (including build symbols) for package mozilla-nspr
- mozilla-nspr-debuginfo-32bit : Debug information (including build symbols) for package mozilla-nspr-32bit
- mozilla-nspr-debugsource : Debug sources for all of the above
Документация
|
Сообщество
Related Topics |